summaryrefslogtreecommitdiff
path: root/gdk/gdkpango.c
diff options
context:
space:
mode:
authorMilan Bouchet-Valat <nalimilan@club.fr>2010-11-24 20:13:09 +0100
committerMilan Bouchet-Valat <nalimilan@club.fr>2010-11-24 21:37:20 +0100
commit2e3935ba9db3a7864b3eefed5da800b26aef97ef (patch)
treef75e12f0b3fd560e6e1b1f7905c77fd3ce20bb82 /gdk/gdkpango.c
parentc00b85bf3f9cb1dc77dd22f138eb53048eb355b7 (diff)
downloadgtk+-2e3935ba9db3a7864b3eefed5da800b26aef97ef.tar.gz
Fix missing (transfer) annotations in GDK
Mostly missing (transfer none).
Diffstat (limited to 'gdk/gdkpango.c')
-rw-r--r--gdk/gdkpango.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdk/gdkpango.c b/gdk/gdkpango.c
index e21175bd9a..907b51798b 100644
--- a/gdk/gdkpango.c
+++ b/gdk/gdkpango.c
@@ -317,7 +317,7 @@ gdk_pango_layout_get_clip_region (PangoLayout *layout,
* is more convenient if you want to keep a context around and track
* changes to the screen's font rendering settings.
*
- * Return value: a new #PangoContext for the default display
+ * Return value: (transfer full): a new #PangoContext for the default display
**/
PangoContext *
gdk_pango_context_get (void)
@@ -343,7 +343,7 @@ gdk_pango_context_get (void)
* is more convenient if you want to keep a context around and track
* changes to the screen's font rendering settings.
*
- * Return value: a new #PangoContext for @screen
+ * Return value: (transfer full): a new #PangoContext for @screen
*
* Since: 2.2
**/