summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2018-02-18 09:02:05 -0500
committerMatthias Clasen <mclasen@redhat.com>2018-02-18 09:41:29 -0500
commit5b4082ac87c970c1b624272bd0073ad3af50106f (patch)
tree3ba585086272e72b31b8ce71f8e4281958a97ff2 /docs
parent39d1537211501a8603f93a3196b910dce40e1617 (diff)
downloadgtk+-5b4082ac87c970c1b624272bd0073ad3af50106f.tar.gz
Remove gtkmodules.h
We don't use these definitions anymore. Also clean up the docs wrt to modules.
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/gtk/gtk4-sections.txt3
-rw-r--r--docs/reference/gtk/running.sgml27
2 files changed, 2 insertions, 28 deletions
diff --git a/docs/reference/gtk/gtk4-sections.txt b/docs/reference/gtk/gtk4-sections.txt
index 75c71e609c..45ee4de405 100644
--- a/docs/reference/gtk/gtk4-sections.txt
+++ b/docs/reference/gtk/gtk4-sections.txt
@@ -4600,9 +4600,6 @@ gtk_main_iteration
gtk_main_iteration_do
gtk_main_do_event
-GtkModuleInitFunc
-GtkModuleDisplayInitFunc
-
<SUBSECTION>
gtk_grab_add
gtk_grab_get_current
diff --git a/docs/reference/gtk/running.sgml b/docs/reference/gtk/running.sgml
index ebf9851756..e26370f12d 100644
--- a/docs/reference/gtk/running.sgml
+++ b/docs/reference/gtk/running.sgml
@@ -122,36 +122,13 @@ additional environment variables.
</para>
</formalpara>
-<formalpara>
- <title><envar>GTK3_MODULES</envar></title>
-
- <para>
- A list of modules to load. Note that GTK+ also allows to specify modules to load via a commandline option (<option>--gtk-module</option>) and with the <literal>gtk-modules</literal> setting.
- </para>
-</formalpara>
-
-<formalpara>
- <title><envar>GTK_MODULES</envar></title>
-
- <para>
- A list of modules to load in addition to the ones in the <envar>GTK3_MODULES</envar> variable.
- </para>
- <warning>
- Note that this environment variable is read by GTK+ 2.x too,
- which may not have the same set of modules available for loading.
- Use <envar>GTK3_MODULES</envar> for modules that are only compatible
- with GTK+ 3.
- </warning>
-</formalpara>
-
<formalpara id="gtk-path">
<title><envar>GTK_PATH</envar></title>
<para>
Specifies a list of directories to search when GTK+ is looking for
- dynamically loaded objects such as the modules specified by
- <envar>GTK_MODULES</envar>, theme engines, input method
- modules, file system backends and print backends. If the path to
+ dynamically loaded objects such as input method
+ modules and print backends. If the path to
the dynamically loaded object is given as an absolute path name,
then GTK+ loads it directly.
Otherwise, GTK+ goes in turn through the directories in <envar>GTK_PATH</envar>,