mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-14 19:55:12 +01:00
Improve the documentation for the G_MODULE_EXPORT macro. (#514470)
2008-02-10 Philip Withnall <pwithnall@svn.gnome.org> * glib/tmpl/modules.sgml: Improve the documentation for the G_MODULE_EXPORT macro. (#514470) svn path=/trunk/; revision=6488
This commit is contained in:
parent
da0e7e81c1
commit
39edc34bb4
@ -1,3 +1,8 @@
|
||||
2008-02-10 Philip Withnall <pwithnall@svn.gnome.org>
|
||||
|
||||
* glib/tmpl/modules.sgml: Improve the documentation for
|
||||
the G_MODULE_EXPORT macro. (#514470)
|
||||
|
||||
2008-02-09 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/tmpl/i18n.sgml: Improve the documentation for the
|
||||
|
@ -183,7 +183,7 @@ not supported on all platforms.
|
||||
|
||||
<!-- ##### FUNCTION g_module_symbol ##### -->
|
||||
<para>
|
||||
Gets a symbol pointer from a module.
|
||||
Gets a symbol pointer from a module, such as one exported by #G_MODULE_EXPORT.
|
||||
</para>
|
||||
<para>
|
||||
Note that a valid symbol can be %NULL.
|
||||
@ -266,7 +266,9 @@ for some HP-UX versions this is "sl" and for Windows this is "dll".
|
||||
|
||||
<!-- ##### MACRO G_MODULE_EXPORT ##### -->
|
||||
<para>
|
||||
Used to declare functions exported by modules.
|
||||
Used to declare functions exported by modules. This is a no-op on Linux and
|
||||
Unices, but when compiling for Windows, it marks a symbol to be exported from
|
||||
the library or executable being built.
|
||||
</para>
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user