From c56d5436d08cb55b529f00dbb29a2b3b44db2692 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Thu, 9 Jun 2011 16:19:44 +0100 Subject: [PATCH] Fix introspection annotations for CoglPango --- cogl-pango/cogl-pango-fontmap.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cogl-pango/cogl-pango-fontmap.c b/cogl-pango/cogl-pango-fontmap.c index 1bee8f0c4..860f23704 100644 --- a/cogl-pango/cogl-pango-fontmap.c +++ b/cogl-pango/cogl-pango-fontmap.c @@ -53,7 +53,7 @@ static GQuark cogl_pango_font_map_get_renderer_key (void) G_GNUC_CONST; * * Creates a new font map. * - * Return value: the newly created #PangoFontMap + * Return value: (transfer full): the newly created #PangoFontMap * * Since: 1.0 */ @@ -69,7 +69,7 @@ cogl_pango_font_map_new (void) * * Creates a new #PangoContext from the passed font map. * - * Return value: the newly created #PangoContext + * Return value: (transfer full): the newly created #PangoContext * * Since: 1.0 */ @@ -89,7 +89,7 @@ cogl_pango_font_map_create_context (CoglPangoFontMap *fm) * * Retrieves the #CoglPangoRenderer for the passed font map. * - * Return value: a #PangoRenderer + * Return value: (transfer none): a #PangoRenderer * * Since: 1.0 */