2000-10-05 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* glib-sections.txt, tmpl/modules.sgml: Fixed #10086.
<SECTION>
<TITLE>Dynamic Loading of Modules</TITLE>
<FILE>modules</FILE>
+<INCLUDE>gmodule.h</INCLUDE>
GModule
g_module_supported
g_module_build_path
+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
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().