summaryrefslogtreecommitdiff
path: root/cogl-pango
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@linux.intel.com>2011-06-09 16:19:44 +0100
committerEmmanuele Bassi <ebassi@linux.intel.com>2011-06-09 16:19:44 +0100
commitc56d5436d08cb55b529f00dbb29a2b3b44db2692 (patch)
treeb44cce552a854f5b3de8cec2c7bd5bd81636ad08 /cogl-pango
parentc3c080481952b33737bea0b5b1c62b6d3b5763f5 (diff)
downloadcogl-c56d5436d08cb55b529f00dbb29a2b3b44db2692.tar.gz
Fix introspection annotations for CoglPango
Diffstat (limited to 'cogl-pango')
-rw-r--r--cogl-pango/cogl-pango-fontmap.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/cogl-pango/cogl-pango-fontmap.c b/cogl-pango/cogl-pango-fontmap.c
index 1bee8f0c..860f2370 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
*/