summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@gnome.org>2011-04-25 21:44:21 +0100
committerAlberto Ruiz <aruiz@gnome.org>2011-04-25 21:44:21 +0100
commit52a495cef9d35c02d54ca010e24f1e8f44384193 (patch)
tree2ddd47825fb46adc622ecd14be355e4eba99a8c4
parent19e6c35b5c78efd6b22ec04af4a8624d3c0068e0 (diff)
downloadpango-52a495cef9d35c02d54ca010e24f1e8f44384193.tar.gz
Fixing (transfer full) introspection annotation for the return value in pango_context_load_font
-rw-r--r--pango/pango-context.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/pango/pango-context.c b/pango/pango-context.c
index b92f4500..bb7d882f 100644
--- a/pango/pango-context.c
+++ b/pango/pango-context.c
@@ -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,