diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-12-15 23:11:21 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-12-21 12:07:02 -0500 |
commit | 902fd60a86e8e40b87b4ea0c4a8a9dd04f2f8d08 (patch) | |
tree | c1f302c307a2da98912775359748db84dcf2649f /docs/reference | |
parent | b938e71e1d32926d7739fdf51c13eefce1fea63f (diff) | |
download | gtk+-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/reference')
-rw-r--r-- | docs/reference/gtk/running.sgml | 9 | ||||
-rw-r--r-- | docs/reference/gtk/x11.sgml | 18 |
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> |