[gtk+] Docs: Drop section on commandline arguments



commit 2ff75aafbdd072139bf890370c52e4571951b679
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Jan 9 20:40:47 2018 -0500

    Docs: Drop section on commandline arguments
    
    We no longer do that.

 docs/reference/gtk/running.sgml |   98 ---------------------------------------
 1 files changed, 0 insertions(+), 98 deletions(-)
---
diff --git a/docs/reference/gtk/running.sgml b/docs/reference/gtk/running.sgml
index 0794064..7854bfa 100644
--- a/docs/reference/gtk/running.sgml
+++ b/docs/reference/gtk/running.sgml
@@ -20,104 +20,6 @@ How to run and debug your GTK+ application
 <title>Running and debugging GTK+ Applications</title>
 
 <refsect2>
-<title>Common commandline options</title>
-
-<para>
-All GTK+ applications support a number of standard commandline
-options. These are removed from <literal>argv</literal> by gtk_init().
-Modules may parse and remove further options. The
-<link linkend="x11-cmdline">X11</link> and
-<link linkend="win32-cmdline">Windows</link> GDK backends parse
-some additional commandline options.
-</para>
-
-<formalpara>
-<title><systemitem>--gtk-module <replaceable>module</replaceable></systemitem></title>
-
-<para>
-A list of modules to load in addition to those specified in the
-<envar>GTK3_MODULES</envar> environment variable and the
-<literal>gtk-modules</literal> setting.
-</para>
-</formalpara>
-
-<formalpara>
-<title><systemitem>--g-fatal-warnings</systemitem></title>
-
-<para>
-Make GTK+ abort on all warnings. This is useful to stop on the first
-warning in a debugger, if your application is printing multiple
-warnings.  It's almost always best to start debugging with the first
-warning that occurs.
-</para>
-</formalpara>
-
-<formalpara>
-<title><systemitem>--gtk-debug <replaceable>options</replaceable></systemitem></title>
-
-<para>
-A list of <link linkend="GTK-Debug-Options">debug options</link>
-to turn on in addition to those specified in the <envar>GTK_DEBUG</envar>
-environment variable. This option is not available if GTK+ has been
-configured with <option>--enable-debug=no</option>.
-</para>
-</formalpara>
-
-<formalpara>
-<title><systemitem>--gtk-no-debug <replaceable>options</replaceable></systemitem></title>
-
-<para>
-A list of <link linkend="GTK-Debug-Options">debug options</link>
-to turn off. This option is only available if GTK+ has been configured with
-<option>--enable-debug=yes</option>.
-</para>
-</formalpara>
-
-<para>
-The following options are really used by GDK, not by GTK+, but we
-list them here for completeness nevertheless.
-</para>
-
-<formalpara>
-<title><systemitem>--class <replaceable>class</replaceable></systemitem></title>
-
-<para>
-Sets the program class; see gdk_set_program_class().
-</para>
-</formalpara>
-
-<formalpara>
-<title><systemitem>--name <replaceable>name</replaceable></systemitem></title>
-
-<para>
-Sets the program name.
-</para>
-</formalpara>
-
-<formalpara>
-<title><systemitem>--gdk-debug <replaceable>options</replaceable></systemitem></title>
-
-<para>
-A list of <link linkend="GDK-Debug-Options">debug options</link>
-to turn on in addition to those specified in the <envar>GDK_DEBUG</envar>
-environment variable. This option is only available if GTK+ has been
-configured with <option>--enable-debug=yes</option>.
-</para>
-</formalpara>
-
-<formalpara>
-<title><systemitem>--gdk-no-debug <replaceable>options</replaceable></systemitem></title>
-
-<para>
-A list of <link linkend="GDK-Debug-Options">debug options</link>
-to turn off. This option is only available if GTK+ has been configured with
-<option>--enable-debug=yes</option>.
-</para>
-</formalpara>
-
-</refsect2>
-
-<refsect2>
 <title>Environment variables</title>
 
 <para>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]