summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkx11window.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2018-02-05 20:13:20 +0100
committerMatthias Clasen <mclasen@redhat.com>2018-02-06 01:16:32 -0500
commit4c150d8eb518c35c484802e5cd7da572e4030f25 (patch)
tree8867f973fd6c9737b5d7f05d6945817f354a37e2 /gdk/x11/gdkx11window.h
parent2616e6857cc136c654b64dd16839ddf89f4b5c62 (diff)
downloadgtk+-4c150d8eb518c35c484802e5cd7da572e4030f25.tar.gz
The big versioning cleanup
Remove all the old 2.x and 3.x version annotations. GTK+ 4 is a new start, and from the perspective of a GTK+ 4 developer all these APIs have been around since the beginning.
Diffstat (limited to 'gdk/x11/gdkx11window.h')
-rw-r--r--gdk/x11/gdkx11window.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/gdk/x11/gdkx11window.h b/gdk/x11/gdkx11window.h
index 8257941a52..46b141b5ea 100644
--- a/gdk/x11/gdkx11window.h
+++ b/gdk/x11/gdkx11window.h
@@ -58,14 +58,14 @@ Window gdk_x11_window_get_xid (GdkWindow *window);
GDK_AVAILABLE_IN_ALL
void gdk_x11_window_set_user_time (GdkWindow *window,
guint32 timestamp);
-GDK_AVAILABLE_IN_3_4
+GDK_AVAILABLE_IN_ALL
void gdk_x11_window_set_utf8_property (GdkWindow *window,
const gchar *name,
const gchar *value);
-GDK_AVAILABLE_IN_3_2
+GDK_AVAILABLE_IN_ALL
void gdk_x11_window_set_theme_variant (GdkWindow *window,
const char *variant);
-GDK_DEPRECATED_IN_3_12_FOR(gdk_window_set_shadow_width)
+GDK_DEPRECATED_FOR(gdk_window_set_shadow_width)
void gdk_x11_window_set_frame_extents (GdkWindow *window,
int left,
int right,
@@ -74,13 +74,13 @@ void gdk_x11_window_set_frame_extents (GdkWindow *window,
GDK_AVAILABLE_IN_ALL
void gdk_x11_window_move_to_current_desktop (GdkWindow *window);
-GDK_AVAILABLE_IN_3_10
+GDK_AVAILABLE_IN_ALL
guint32 gdk_x11_window_get_desktop (GdkWindow *window);
-GDK_AVAILABLE_IN_3_10
+GDK_AVAILABLE_IN_ALL
void gdk_x11_window_move_to_desktop (GdkWindow *window,
guint32 desktop);
-GDK_AVAILABLE_IN_3_8
+GDK_AVAILABLE_IN_ALL
void gdk_x11_window_set_frame_sync_enabled (GdkWindow *window,
gboolean frame_sync_enabled);