[pango] Fixing (transfer full) introspection annotation for the return value in pango_font_map_create_contex
- From: Alberto Ruiz <aruiz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pango] Fixing (transfer full) introspection annotation for the return value in pango_font_map_create_contex
- Date: Mon, 25 Apr 2011 23:17:58 +0000 (UTC)
commit 776789e30d1227186c4efd7e38f1517c4daaab65
Author: Alberto Ruiz <aruiz gnome org>
Date: Mon Apr 25 23:05:30 2011 +0100
Fixing (transfer full) introspection annotation for the return value in pango_font_map_create_context
pango/pango-fontmap.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/pango/pango-fontmap.c b/pango/pango-fontmap.c
index 10daa86..f4a9733 100644
--- a/pango/pango-fontmap.c
+++ b/pango/pango-fontmap.c
@@ -56,8 +56,8 @@ pango_font_map_init (PangoFontMap *fontmap G_GNUC_UNUSED)
* gdk_pango_context_get_for_screen(), and
* gtk_widget_get_pango_context(). Use those instead.
*
- * Return value: the newly allocated #PangoContext, which should
- * be freed with g_object_unref().
+ * Return value: (transfer full): the newly allocated #PangoContext,
+ * which should be freed with g_object_unref().
*
* Since: 1.22
**/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]