[pango] Fixing (transfer none) introspection annotation for the return value in pango_context_load_fontset



commit 19e6c35b5c78efd6b22ec04af4a8624d3c0068e0
Author: Alberto Ruiz <aruiz gnome org>
Date:   Mon Apr 25 21:38:36 2011 +0100

    Fixing (transfer none) introspection annotation for the return value in pango_context_load_fontset

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



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