diff --git a/docs/reference/gtk/running.sgml b/docs/reference/gtk/running.sgml
index 40a70d7ac0..74a0a3736b 100644
--- a/docs/reference/gtk/running.sgml
+++ b/docs/reference/gtk/running.sgml
@@ -391,6 +391,34 @@ nevertheless.
+
+ GDK_BACKEND
+
+
+ If set, selects the GDK backend to use. Selecting a backend requires that GTK is compiled
+ with support for that backend. The following backends can be selected:
+
+
+
+ quartz
+ Selects the native Quartz backend
+
+
+
+ win32
+ Selects the native backend for Microsoft Windows
+
+
+
+ x11
+ Selects the native backend for connecting to X11 servers.
+
+
+
+ For more information about selecting backends, see the gdk_display_manager_get() function.
+
+
+
GDK_SYNCHRONIZE