summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkselection-x11.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/x11/gdkselection-x11.c
parentc00b85bf3f9cb1dc77dd22f138eb53048eb355b7 (diff)
downloadgtk+-2e3935ba9db3a7864b3eefed5da800b26aef97ef.tar.gz
Fix missing (transfer) annotations in GDK
Mostly missing (transfer none).
Diffstat (limited to 'gdk/x11/gdkselection-x11.c')
-rw-r--r--gdk/x11/gdkselection-x11.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdk/x11/gdkselection-x11.c b/gdk/x11/gdkselection-x11.c
index 03ec39670e..41be49ed93 100644
--- a/gdk/x11/gdkselection-x11.c
+++ b/gdk/x11/gdkselection-x11.c
@@ -197,9 +197,9 @@ gdk_selection_owner_set_for_display (GdkDisplay *display,
* process if a foreign window was previously created for that
* window, but a new foreign window will never be created by this call.
*
- * Returns: if there is a selection owner for this window, and it is a
- * window known to the current process, the #GdkWindow that owns the
- * selection, otherwise %NULL.
+ * Returns: (transfer none): if there is a selection owner for this window,
+ * and it is a window known to the current process, the #GdkWindow that
+ * owns the selection, otherwise %NULL.
*
* Since: 2.2
*/