diff options
author | Milan Bouchet-Valat <nalimilan@club.fr> | 2010-11-24 20:13:09 +0100 |
---|---|---|
committer | Milan Bouchet-Valat <nalimilan@club.fr> | 2010-11-24 21:37:20 +0100 |
commit | 2e3935ba9db3a7864b3eefed5da800b26aef97ef (patch) | |
tree | f75e12f0b3fd560e6e1b1f7905c77fd3ce20bb82 /gdk/x11/gdkselection-x11.c | |
parent | c00b85bf3f9cb1dc77dd22f138eb53048eb355b7 (diff) | |
download | gtk+-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.c | 6 |
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 */ |