diff options
author | Alberto Ruiz <aruiz@gnome.org> | 2011-04-26 00:07:46 +0100 |
---|---|---|
committer | Alberto Ruiz <aruiz@gnome.org> | 2011-04-26 00:07:46 +0100 |
commit | a502c5eff4d679ea5d623b698e3d6bcf5db023e9 (patch) | |
tree | 53fa25a4edcd38135ac703d22e5388c3e85db4d4 /pango/reorder-items.c | |
parent | f635507af8adefbf7b1b4ae87159804920d40070 (diff) | |
download | pango-a502c5eff4d679ea5d623b698e3d6bcf5db023e9.tar.gz |
Fixed (transfer full) and (element-type) introspection annotation for the return value in pango_reorder_items
Diffstat (limited to 'pango/reorder-items.c')
-rw-r--r-- | pango/reorder-items.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pango/reorder-items.c b/pango/reorder-items.c index 25433509..73342248 100644 --- a/pango/reorder-items.c +++ b/pango/reorder-items.c @@ -37,7 +37,8 @@ static GList *reorder_items_recurse (GList *items, int n_items); * directional levels, produce a list in visual order. * The original list is unmodified. * - * Returns: a #GList of #PangoItem structures in visual order. + * Returns: (transfer full) (element-type Pango.Item): a #GList + * of #PangoItem structures in visual order. * * (Please open a bug if you use this function. * It is not a particularly convenient interface, and the code |