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
+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
<!-- ##### 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.
<!-- ##### 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>