[pango] Fixed (transfer full) and (element-type) introspection annotation for the return value in pango_item



commit c2009f6e323d15e6fb4268b1f45a5cb29ec908b3
Author: Alberto Ruiz <aruiz gnome org>
Date:   Mon Apr 25 23:55:14 2011 +0100

    Fixed (transfer full) and (element-type) introspection annotation for the return value in pango_itemize

 pango/pango-context.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pango/pango-context.c b/pango/pango-context.c
index 1e81231..2518500 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,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]