2000-10-05  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

	* glib-sections.txt, tmpl/modules.sgml: Fixed #10086.
This commit is contained in:
Sebastian Wilhelmi 2000-10-05 15:56:41 +00:00 committed by Sebastian Wilhelmi
parent e2085327a2
commit 0c6a1ee531
3 changed files with 11 additions and 0 deletions

View File

@ -960,6 +960,7 @@ g_scanner_foreach_symbol
<SECTION>
<TITLE>Dynamic Loading of Modules</TITLE>
<FILE>modules</FILE>
<INCLUDE>gmodule.h</INCLUDE>
GModule
g_module_supported
g_module_build_path

View File

@ -1,3 +1,7 @@
2000-10-05 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* glib-sections.txt, tmpl/modules.sgml: Fixed #10086.
Tue Sep 5 20:03:25 2000 Owen Taylor <otaylor@redhat.com>
* Moved into glib source tree, updated glib-sections.txt

View File

@ -12,6 +12,12 @@ The current implementation supports all systems that provide
an implementation of dlopen() (e.g. Linux/Sun), as well as HP-UX via its
shl_load() mechanism, and Windows platforms via DLLs.
</para>
<para>
A program, which wants to use these functions must be linked to the
libraries output by the command "glib-config --libs gmodule".
</para>
<para>
To use them you must first determine whether dynamic loading
is supported on the platform by calling g_module_supported().