From 5b4082ac87c970c1b624272bd0073ad3af50106f Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 18 Feb 2018 09:02:05 -0500 Subject: Remove gtkmodules.h We don't use these definitions anymore. Also clean up the docs wrt to modules. --- docs/reference/gtk/gtk4-sections.txt | 3 --- docs/reference/gtk/running.sgml | 27 ++------------------------- 2 files changed, 2 insertions(+), 28 deletions(-) (limited to 'docs') 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 - 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. - - <envar>GTK3_MODULES</envar> - - - A list of modules to load. Note that GTK+ also allows to specify modules to load via a commandline option () and with the gtk-modules setting. - - - - - <envar>GTK_MODULES</envar> - - - A list of modules to load in addition to the ones in the GTK3_MODULES variable. - - - 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 GTK3_MODULES for modules that are only compatible - with GTK+ 3. - - - <envar>GTK_PATH</envar> Specifies a list of directories to search when GTK+ is looking for - dynamically loaded objects such as the modules specified by - GTK_MODULES, 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 GTK_PATH, -- cgit v1.2.1