Fixed #10086.
authorSebastian Wilhelmi <wilhelmi@ira.uka.de>
Thu, 5 Oct 2000 15:56:41 +0000 (15:56 +0000)
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>
Thu, 5 Oct 2000 15:56:41 +0000 (15:56 +0000)
2000-10-05  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

* glib-sections.txt, tmpl/modules.sgml: Fixed #10086.

docs/reference/glib/glib-sections.txt
docs/reference/glib/glib/ChangeLog
docs/reference/glib/tmpl/modules.sgml

index aeb80ca718000028d57b92cb01581dcca328484e..06a630ea3c13381792d78303a0da685ca2e75c8b 100644 (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
index caf9f48bcc323b7a88bb00a57852c80de0144787..c0d67c8a85e44843f848f1a69db4324dd12ae9be 100644 (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
index f3d0ba83e51b229040433169a8333c51dcb517a4..9e33e67a12884384be9cf53c85e35057bf95903d 100644 (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().