From 0c991c564548819f9f5fc21486cd045b5a246370 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Thu, 17 Dec 2009 19:17:22 +0100 Subject: [PATCH] Add 'Since: 2.18' tag 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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gdk/gdkwindow.c b/gdk/gdkwindow.c index cd7def89d8..31c0f087e7 100644 --- a/gdk/gdkwindow.c +++ b/gdk/gdkwindow.c @@ -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,