summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkx11window.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2013-03-15 05:58:39 -0400
committerMatthias Clasen <mclasen@redhat.com>2013-05-05 15:38:46 -0400
commitca81028901de2ae5c73ab1c4216182bdfe817c92 (patch)
tree6bf959b02ab661c328bbbb638726f785ee675746 /gdk/x11/gdkx11window.h
parent96d1a1e9c5251b6a44f8a83fbdd60b7bd88f12a4 (diff)
downloadgtk+-ca81028901de2ae5c73ab1c4216182bdfe817c92.tar.gz
Add GDK_AVAILABLE_IN_ALL annotations in gdk
This is in preparation to modernizing our handing of exported symbols.
Diffstat (limited to 'gdk/x11/gdkx11window.h')
-rw-r--r--gdk/x11/gdkx11window.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdk/x11/gdkx11window.h b/gdk/x11/gdkx11window.h
index 88cc40fa80..bf4d553873 100644
--- a/gdk/x11/gdkx11window.h
+++ b/gdk/x11/gdkx11window.h
@@ -50,9 +50,12 @@ typedef GdkWindow GdkX11Window;
#endif
typedef struct _GdkX11WindowClass GdkX11WindowClass;
+GDK_AVAILABLE_IN_ALL
GType gdk_x11_window_get_type (void);
+GDK_AVAILABLE_IN_ALL
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
@@ -65,6 +68,7 @@ void gdk_x11_window_set_theme_variant (GdkWindow *window,
GDK_AVAILABLE_IN_3_4
void gdk_x11_window_set_hide_titlebar_when_maximized (GdkWindow *window,
gboolean hide_titlebar_when_maximized);
+GDK_AVAILABLE_IN_ALL
void gdk_x11_window_move_to_current_desktop (GdkWindow *window);
/**
@@ -87,10 +91,13 @@ void gdk_x11_window_move_to_current_desktop (GdkWindow *window);
*/
#define GDK_WINDOW_XID(win) (gdk_x11_window_get_xid (win))
+GDK_AVAILABLE_IN_ALL
guint32 gdk_x11_get_server_time (GdkWindow *window);
+GDK_AVAILABLE_IN_ALL
GdkWindow *gdk_x11_window_foreign_new_for_display (GdkDisplay *display,
Window window);
+GDK_AVAILABLE_IN_ALL
GdkWindow *gdk_x11_window_lookup_for_display (GdkDisplay *display,
Window window);