mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +02:00
Adds GIO_EXTRA_MODULES environment variable support, closing bug #523039.
2008-03-28 A. Walton <awalton@svn.gnome.org> * giomodule.c (_g_io_modules_ensure_loaded): Adds GIO_EXTRA_MODULES environment variable support, closing bug #523039. svn path=/trunk/; revision=6768
This commit is contained in:
@@ -185,7 +185,7 @@
|
||||
|
||||
<para>
|
||||
This variable can be set to the name of a #GDesktopAppInfoLookup
|
||||
implementation to override the dfeault for debugging purposes.
|
||||
implementation to override the default for debugging purposes.
|
||||
GIO does not include a #GDesktopAppInfoLookup implementation,
|
||||
the GConf-based implementation in the gvfs module has the name
|
||||
"gconf".
|
||||
@@ -203,6 +203,16 @@
|
||||
</para>
|
||||
</formalpara>
|
||||
|
||||
<formalpara>
|
||||
<title><envar>GIO_EXTRA_MODULES</envar></title>
|
||||
|
||||
<para>
|
||||
When this environment variable is set to a path, or a set of
|
||||
paths separated by a colon, GIO will attempt to load
|
||||
modules from within the path.
|
||||
</para>
|
||||
</formalpara>
|
||||
|
||||
</chapter>
|
||||
|
||||
<chapter id="gio-extension-points">
|
||||
|
Reference in New Issue
Block a user