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

index a23678c..b92f450 100644 (file)
@@ -300,7 +300,8 @@ pango_context_load_font (PangoContext               *context,
  * Load a set of fonts in the context that can be used to render
  * a font matching @desc.
  *
- * Returns: the fontset, or %NULL if no font matched.
+ * Returns: (transfer full): a newly allocated fontset, or %NULL
+ *          if no font matched.
  **/
 PangoFontset *
 pango_context_load_fontset (PangoContext               *context,