]> Pileus Git - ~andy/gtk/commitdiff
Add 'Since: 2.18' tag
authorJavier Jardón <jjardon@gnome.org>
Thu, 17 Dec 2009 18:17:22 +0000 (19:17 +0100)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Sun, 4 Apr 2010 00:51:55 +0000 (20:51 -0400)
Add missing 'Since:' tag in gdk_window_get_root_coords() and
gdk_window_is_destroyed()

Reported by Rafal Luzynski in
https://bugzilla.gnome.org/show_bug.cgi?id=604821

gdk/gdkwindow.c

index cd7def89d86bfe1fe561826f35671403aa0ddf90..31c0f087e76e216f8a1e0ba8b0b98065a6786c04 100644 (file)
@@ -2220,6 +2220,8 @@ gdk_window_get_window_type (GdkWindow *window)
  * Check to see if a window is destroyed..
  *
  * Return value: %TRUE if the window is destroyed
+ *
+ * Since: 2.18
  **/
 gboolean
 gdk_window_is_destroyed (GdkWindow *window)
@@ -8020,6 +8022,8 @@ gdk_window_get_origin (GdkWindow *window,
  * window coordinates. This is similar to
  * gdk_window_get_origin() but allows you go pass
  * in any position in the window, not just the origin.
+ *
+ * Since: 2.18
  */
 void
 gdk_window_get_root_coords (GdkWindow *window,