mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-06-24 21:24:52 +02: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>
|
<SECTION>
|
||||||
<TITLE>Dynamic Loading of Modules</TITLE>
|
<TITLE>Dynamic Loading of Modules</TITLE>
|
||||||
<FILE>modules</FILE>
|
<FILE>modules</FILE>
|
||||||
|
<INCLUDE>gmodule.h</INCLUDE>
|
||||||
GModule
|
GModule
|
||||||
g_module_supported
|
g_module_supported
|
||||||
g_module_build_path
|
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>
|
Tue Sep 5 20:03:25 2000 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* Moved into glib source tree, updated glib-sections.txt
|
* 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
|
an implementation of dlopen() (e.g. Linux/Sun), as well as HP-UX via its
|
||||||
shl_load() mechanism, and Windows platforms via DLLs.
|
shl_load() mechanism, and Windows platforms via DLLs.
|
||||||
</para>
|
</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>
|
<para>
|
||||||
To use them you must first determine whether dynamic loading
|
To use them you must first determine whether dynamic loading
|
||||||
is supported on the platform by calling g_module_supported().
|
is supported on the platform by calling g_module_supported().
|
||||||
|
Loading…
x
Reference in New Issue
Block a user