summaryrefslogtreecommitdiff
path: root/gdk/gdkoffscreenwindow.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/gdkoffscreenwindow.c
parentc00b85bf3f9cb1dc77dd22f138eb53048eb355b7 (diff)
downloadgtk+-2e3935ba9db3a7864b3eefed5da800b26aef97ef.tar.gz
Fix missing (transfer) annotations in GDK
Mostly missing (transfer none).
Diffstat (limited to 'gdk/gdkoffscreenwindow.c')
-rw-r--r--gdk/gdkoffscreenwindow.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdk/gdkoffscreenwindow.c b/gdk/gdkoffscreenwindow.c
index f9be9ad6c9..f7c071b16c 100644
--- a/gdk/gdkoffscreenwindow.c
+++ b/gdk/gdkoffscreenwindow.c
@@ -703,8 +703,8 @@ gdk_offscreen_window_set_embedder (GdkWindow *window,
*
* Gets the window that @window is embedded in.
*
- * Returns: the embedding #GdkWindow, or %NULL if @window is not an
- * embedded offscreen window
+ * Returns: (transfer none): the embedding #GdkWindow, or %NULL
+ * if @window is not an mbedded offscreen window
*
* Since: 2.18
*/