]> Pileus Git - ~andy/gtk/commitdiff
Add a couple of missing transfer annotations
authorJohan Dahlin <johan@gnome.org>
Tue, 21 Sep 2010 02:45:01 +0000 (23:45 -0300)
committerJohan Dahlin <johan@gnome.org>
Tue, 21 Sep 2010 02:45:01 +0000 (23:45 -0300)
gdk/gdkwindow.c
gdk/x11/gdkwindow-x11.c

index a1f89f79b21003b7d032c8c39376a5d9de7bb3fd..339a935ce3eb552c0eac2eed77549cdaf0bc073a 100644 (file)
@@ -2352,7 +2352,7 @@ gdk_window_get_position (GdkWindow *window,
  * gdk_window_get_parent() will most likely not do what you expect if
  * there are offscreen windows in the hierarchy.
  *
- * Return value: parent of @window
+ * Return value: (transfer none): parent of @window
  **/
 GdkWindow*
 gdk_window_get_parent (GdkWindow *window)
@@ -2372,7 +2372,7 @@ gdk_window_get_parent (GdkWindow *window)
  *
  * See also: gdk_offscreen_window_get_embedder()
  *
- * Return value: effective parent of @window
+ * Return value: (transfer none): effective parent of @window
  *
  * Since: 2.22
  **/
@@ -2406,7 +2406,7 @@ gdk_window_get_effective_parent (GdkWindow *window)
  * gdk_window_get_toplevel() will most likely not do what you expect
  * if there are offscreen windows in the hierarchy.
  *
- * Return value: the toplevel window containing @window
+ * Return value: (transfer none): the toplevel window containing @window
  **/
 GdkWindow *
 gdk_window_get_toplevel (GdkWindow *window)
@@ -2438,7 +2438,7 @@ gdk_window_get_toplevel (GdkWindow *window)
  *
  * See also: gdk_offscreen_window_get_embedder()
  *
- * Return value: the effective toplevel window containing @window
+ * Return value: (transfer none): the effective toplevel window containing @window
  *
  * Since: 2.22
  **/
index 69944d8a6d779c2832a95a58fb61830d8bf3072a..3c41e045ca0086ee5b10e7533468ef8273cf3436 100644 (file)
@@ -4238,7 +4238,7 @@ gdk_window_set_keep_below (GdkWindow *window, gboolean setting)
  * 
  * Returns the group leader window for @window. See gdk_window_set_group().
  * 
- * Return value: the group leader window for @window
+ * Return value: (transfer none): the group leader window for @window
  *
  * Since: 2.4
  **/