summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@gnome.org>2011-04-25 23:55:14 +0100
committerAlberto Ruiz <aruiz@gnome.org>2011-04-25 23:55:14 +0100
commitc2009f6e323d15e6fb4268b1f45a5cb29ec908b3 (patch)
treedff92dc582dca62c3b876ae120fa77c2f003e5fd
parentf02381600e245c9c5721d6b4d5e98e3f067282d5 (diff)
downloadpango-c2009f6e323d15e6fb4268b1f45a5cb29ec908b3.tar.gz
Fixed (transfer full) and (element-type) introspection annotation for the return value in pango_itemize
-rw-r--r--pango/pango-context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-context.c b/pango/pango-context.c
index 1e81231f..25185008 100644
--- a/pango/pango-context.c
+++ b/pango/pango-context.c
@@ -1581,7 +1581,7 @@ itemize_with_font (PangoContext *context,
* the range covering the position just after @start_index + @length.
* (i.e. if itemizing in a loop, just keep passing in the same @cached_iter).
*
- * Return value: a #GList of #PangoItem structures.
+ * Return value: (transfer full) (element-type Pango.Item): a #GList of #PangoItem structures.
*/
GList *
pango_itemize (PangoContext *context,