mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 22:16:16 +01:00
Fixed #10086.
2000-10-05 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * glib-sections.txt, tmpl/modules.sgml: Fixed #10086.
This commit is contained in:
parent
e2085327a2
commit
0c6a1ee531
@ -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
|
||||
|
@ -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
|
||||
|
@ -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().
|
||||
|
Loading…
Reference in New Issue
Block a user