summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@gnome.org>2011-04-25 21:38:36 +0100
committerAlberto Ruiz <aruiz@gnome.org>2011-04-25 21:38:36 +0100
commit19e6c35b5c78efd6b22ec04af4a8624d3c0068e0 (patch)
tree1948c7f21ebec153d68eceefabebdf08f0876422
parent4acacd27dd882c8aec4a7f49cc487724e69e2e14 (diff)
downloadpango-19e6c35b5c78efd6b22ec04af4a8624d3c0068e0.tar.gz
Fixing (transfer none) introspection annotation for the return value in pango_context_load_fontset
-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 a23678c0..b92f4500 100644
--- a/pango/pango-context.c
+++ b/pango/pango-context.c
@@ -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,