diff options
author | Alberto Ruiz <aruiz@gnome.org> | 2011-04-25 23:05:30 +0100 |
---|---|---|
committer | Alberto Ruiz <aruiz@gnome.org> | 2011-04-25 23:05:30 +0100 |
commit | 776789e30d1227186c4efd7e38f1517c4daaab65 (patch) | |
tree | c9ad395557fd277c8c88b25b79ea7f10edb980c7 /pango/pango-fontmap.c | |
parent | d709d1bd56a9233aba5e53f3718b158ff695b3e8 (diff) | |
download | pango-776789e30d1227186c4efd7e38f1517c4daaab65.tar.gz |
Fixing (transfer full) introspection annotation for the return value in pango_font_map_create_context
Diffstat (limited to 'pango/pango-fontmap.c')
-rw-r--r-- | 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 10daa860..f4a9733d 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 **/ |