Fixing (transfer full) introspection annotation for the return value in pango_context...
authorAlberto Ruiz <aruiz@gnome.org>
Mon, 25 Apr 2011 20:44:21 +0000 (21:44 +0100)
committerAlberto Ruiz <aruiz@gnome.org>
Mon, 25 Apr 2011 20:44:21 +0000 (21:44 +0100)
pango/pango-context.c

index b92f450..bb7d882 100644 (file)
@@ -280,7 +280,8 @@ pango_context_list_families (PangoContext          *context,
  * Loads the font in one of the fontmaps in the context
  * that is the closest match for @desc.
  *
- * Returns: the font loaded, or %NULL if no font matched.
+ * Returns: (transfer full): a newlly allocated #PangoFont that
+ *          was loaded, or %NULL if no font matched.
  **/
 PangoFont *
 pango_context_load_font (PangoContext               *context,