summaryrefslogtreecommitdiff
path: root/docs/reference
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2018-01-09 20:40:47 -0500
committerMatthias Clasen <mclasen@redhat.com>2018-01-09 20:40:47 -0500
commit2ff75aafbdd072139bf890370c52e4571951b679 (patch)
treea75b3f5c5c7d716936113b786ee2ba31a10bd289 /docs/reference
parentccdeaab1f97f5d73fad951a56bd0d6ccfa94f2a2 (diff)
downloadgtk+-2ff75aafbdd072139bf890370c52e4571951b679.tar.gz
Docs: Drop section on commandline arguments
We no longer do that.
Diffstat (limited to 'docs/reference')
-rw-r--r--docs/reference/gtk/running.sgml98
1 files changed, 0 insertions, 98 deletions
diff --git a/docs/reference/gtk/running.sgml b/docs/reference/gtk/running.sgml
index 0794064e71..7854bfa0f6 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>