summaryrefslogtreecommitdiff
path: root/gdk/gdk.c
diff options
context:
space:
mode:
authorWilliam Jon McCann <william.jon.mccann@gmail.com>2014-01-20 13:42:57 -0500
committerWilliam Jon McCann <william.jon.mccann@gmail.com>2014-01-20 13:42:57 -0500
commitdc8439ee79acfbe5a86f6e5bd97548cf1839cfa8 (patch)
tree5ab4980c4973a460e39e457315092c004de529a6 /gdk/gdk.c
parentc6e72c4936728b74673d3b1e92cffdbe3ba6b54b (diff)
downloadgtk+-dc8439ee79acfbe5a86f6e5bd97548cf1839cfa8.tar.gz
docs: add missing docs for GDK_WINDOWING_WAYLAND
Diffstat (limited to 'gdk/gdk.c')
-rw-r--r--gdk/gdk.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/gdk/gdk.c b/gdk/gdk.c
index 6362d9b910..86adb85d7f 100644
--- a/gdk/gdk.c
+++ b/gdk/gdk.c
@@ -89,6 +89,15 @@
*/
/**
+ * GDK_WINDOWING_WAYLAND:
+ *
+ * The #GDK_WINDOWING_WAYLAND macro is defined if the Wayland backend
+ * is supported.
+ *
+ * Use this macro to guard code that is specific to the Wayland backend.
+ */
+
+/**
* GDK_DISABLE_DEPRECATION_WARNINGS:
*
* A macro that should be defined before including the gdk.h header.