diff options
author | Alberto Ruiz <aruiz@gnome.org> | 2011-04-26 19:43:49 +0100 |
---|---|---|
committer | Alberto Ruiz <aruiz@gnome.org> | 2011-04-26 19:43:49 +0100 |
commit | 6fc80c1c95000161fd00052927df081aa879fdaf (patch) | |
tree | 40d5df0e2416ad4d7d5bd3e94c03c34115691e66 /pango/pangocairo-fontmap.c | |
parent | 7e30d468e12d2447244d8c67dd01c215f7f7f2e4 (diff) | |
download | pango-6fc80c1c95000161fd00052927df081aa879fdaf.tar.gz |
Removing introspection warnings from pangocairo-fontmap
Diffstat (limited to 'pango/pangocairo-fontmap.c')
-rw-r--r-- | pango/pangocairo-fontmap.c | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/pango/pangocairo-fontmap.c b/pango/pangocairo-fontmap.c index 94042642..efb8a908 100644 --- a/pango/pangocairo-fontmap.c +++ b/pango/pangocairo-fontmap.c @@ -84,8 +84,8 @@ pango_cairo_font_map_get_type (void) * You generally should only use the #PangoFontMap and * #PangoCairoFontMap interfaces on the returned object. * - * Return value: the newly allocated #PangoFontMap, which should - * be freed with g_object_unref(). + * Return value: (transfer full): the newly allocated #PangoFontMap, + * which should be freed with g_object_unref(). * * Since: 1.10 **/ @@ -122,10 +122,10 @@ pango_cairo_font_map_new (void) * or in fact in most of those cases, just use * @pango_cairo_font_map_get_default(). * - * Return value: the newly allocated #PangoFontMap of suitable type - * which should be freed with g_object_unref(), - * or %NULL if the requested cairo font backend is - * not supported / compiled in. + * Return value: (transfer full) : the newly allocated #PangoFontMap + * of suitable type which should be freed with + * g_object_unref(), or %NULL if the requested cairo + * font backend is not supported / compiled in. * * Since: 1.18 **/ @@ -175,8 +175,8 @@ static PangoFontMap *default_font_map = NULL; * change the Cairo font backend that the default fontmap * uses for example. * - * Return value: the default Cairo fontmap for Pango. This - * object is owned by Pango and must not be freed. + * Return value: (transfer none): the default Cairo fontmap + * for Pango. This object is owned by Pango and must not be freed. * * Since: 1.10 **/ @@ -262,7 +262,7 @@ pango_cairo_font_map_get_resolution (PangoCairoFontMap *fontmap) } /** - * pango_cairo_font_map_create_context: + * pango_cairo_font_map_create_context: (skip): * @fontmap: a #PangoCairoFontMap * * Create a #PangoContext for the given fontmap. |