summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-12-15 23:11:21 -0500
committerMatthias Clasen <mclasen@redhat.com>2010-12-21 12:07:02 -0500
commit902fd60a86e8e40b87b4ea0c4a8a9dd04f2f8d08 (patch)
treec1f302c307a2da98912775359748db84dcf2649f /docs
parentb938e71e1d32926d7739fdf51c13eefce1fea63f (diff)
downloadgtk+-902fd60a86e8e40b87b4ea0c4a8a9dd04f2f8d08.tar.gz
Remove the --sync commandline option
Remove the --sync option and remove the possibility of backend-specific commandline options altogether. --sync is being replaced by a GDK_SYNCHRONIZE environment variable.
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/gtk/running.sgml9
-rw-r--r--docs/reference/gtk/x11.sgml18
2 files changed, 13 insertions, 14 deletions
diff --git a/docs/reference/gtk/running.sgml b/docs/reference/gtk/running.sgml
index 4abbd9d1d9..8119f236a2 100644
--- a/docs/reference/gtk/running.sgml
+++ b/docs/reference/gtk/running.sgml
@@ -369,6 +369,15 @@ nevertheless.
</formalpara>
<formalpara>
+ <title><envar>GDK_SYNCHRONIZE</envar></title>
+
+ <para>
+ If set, GDK makes all X requests synchronously. This is a useful
+ option for debugging, but it will slow down the performance considerably.
+ </para>
+</formalpara>
+
+<formalpara>
<title><envar>XDG_DATA_HOME</envar>, <envar>XDG_DATA_DIRS</envar></title>
<para>
diff --git a/docs/reference/gtk/x11.sgml b/docs/reference/gtk/x11.sgml
index 30600da04e..e75bd2774b 100644
--- a/docs/reference/gtk/x11.sgml
+++ b/docs/reference/gtk/x11.sgml
@@ -20,13 +20,13 @@ X11 aspects of using GTK+
<title>GTK+ for the X Window System</title>
<para>
-On UNIX, the X backend is the default build for GTK+. So
-you don't need to do anything special when compiling it,
+On UNIX, the X backend is the default build for GTK+.
+So you don't need to do anything special when compiling it,
and everything should "just work."
</para>
<para>
-To mix low-level Xlib routines into a GTK program,
+To mix low-level Xlib routines into a GTK program,
see <link linkend="gdk-X-Window-System-Interaction">GDK X Window
System interaction</link> in the GDK manual.
</para>
@@ -35,8 +35,7 @@ System interaction</link> in the GDK manual.
<title>X11-specific commandline options</title>
<para>
-The X backend understands some additional command line
-arguments.
+The X backend understands some additional command line arguments.
</para>
<formalpara>
@@ -48,15 +47,6 @@ in the <envar>DISPLAY</envar> environment variable.
</para>
</formalpara>
-<formalpara>
-<title><systemitem>--sync</systemitem></title>
-
-<para>
-Makes all X requests synchronously. This is a useful option for
-debugging, but it will slow down the performance considerably.
-</para>
-</formalpara>
-
</refsect2>
</refsect1>