summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@gnome.org>2011-04-26 19:24:53 +0100
committerAlberto Ruiz <aruiz@gnome.org>2011-04-26 19:24:53 +0100
commit7e30d468e12d2447244d8c67dd01c215f7f7f2e4 (patch)
tree127cf4f9366645fd1b5741b573bc2f312a1dbc65
parentadab8c169c04eea795d009f8097eb00235db386b (diff)
downloadpango-7e30d468e12d2447244d8c67dd01c215f7f7f2e4.tar.gz
Removing introspection warnings from pangocairo-context
-rw-r--r--pango/pangocairo-context.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/pango/pangocairo-context.c b/pango/pangocairo-context.c
index 69432f04..c023059b 100644
--- a/pango/pangocairo-context.c
+++ b/pango/pangocairo-context.c
@@ -340,7 +340,7 @@ pango_cairo_context_set_shape_renderer (PangoContext *context,
}
/**
- * pango_cairo_context_get_shape_renderer:
+ * pango_cairo_context_get_shape_renderer: (skip):
* @context: a #PangoContext, from a pangocairo font map
* @data: Pointer to #gpointer to return user data
*
@@ -394,7 +394,7 @@ pango_cairo_context_get_shape_renderer (PangoContext *context,
* create a layout for use with @cr and do not need to access #PangoContext
* directly, you can use pango_cairo_create_layout() instead.
*
- * Return value: the newly created #PangoContext. Free with
+ * Return value: (transfer full): the newly created #PangoContext. Free with
* g_object_unref().
*
* Since: 1.22
@@ -430,7 +430,7 @@ pango_cairo_create_context (cairo_t *cr)
* #PangoContext object for each layout. This might matter in an
* application that was laying out large amounts of text.
*
- * Return value: the newly created #PangoLayout. Free with
+ * Return value: (transfer full): the newly created #PangoLayout. Free with
* g_object_unref().
*
* Since: 1.10