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:
Philip Withnall 2008-02-10 04:48:31 +00:00 committed by Philip Withnall
parent da0e7e81c1
commit 39edc34bb4
2 changed files with 9 additions and 2 deletions

View File

@ -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

View File

@ -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>