mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 06:33:41 +02:00
Documentation updates.
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
Fri Feb 27 22:10:25 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* glib/tmpl/modules.sgml: Reformat a bit.
|
||||
|
||||
Fri Feb 27 22:05:23 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* glib/tmpl/limits.sgml: Document G_MAXSIZE.
|
||||
|
||||
2004-02-26 Sebastian Wilhelmi <seppi@seppi.de>
|
||||
|
||||
* glib/tmpl/threads.sgml: Updated to reflect removal of the PID
|
||||
|
@@ -173,10 +173,10 @@ The maximum value which can be held in a #guint64.
|
||||
|
||||
<!-- ##### MACRO G_MAXSIZE ##### -->
|
||||
<para>
|
||||
|
||||
The maximum value which can be held in a #gssize.
|
||||
</para>
|
||||
|
||||
|
||||
@Since: 2.4
|
||||
|
||||
<!-- ##### MACRO G_MINFLOAT ##### -->
|
||||
<para>
|
||||
|
@@ -115,20 +115,17 @@ OR of any of the #GModuleFlags.
|
||||
|
||||
<!-- ##### ENUM GModuleFlags ##### -->
|
||||
<para>
|
||||
Flags passed to g_module_open().
|
||||
#G_MODULE_BIND_LAZY specifies that symbols are only resolved when needed.
|
||||
The default action is to bind all symbols when the module is loaded.
|
||||
(#G_MODULE_BIND_LAZY is not supported on all platforms.)
|
||||
#G_MODULE_BIND_LOCAL specifies that symbols in the module should
|
||||
not be added to the global name space. The default action on most
|
||||
platforms is to place symbols in the module in the global name space,
|
||||
which may cause conflicts with existing symbols.
|
||||
(#G_MODULE_BIND_LOCAL is not supported on all platforms.)
|
||||
Flags passed to g_module_open(). Note that these flags are
|
||||
not supported on all platforms.
|
||||
</para>
|
||||
|
||||
@G_MODULE_BIND_LAZY:
|
||||
@G_MODULE_BIND_LOCAL:
|
||||
@G_MODULE_BIND_MASK:
|
||||
@G_MODULE_BIND_LAZY: specifies that symbols are only resolved when needed.
|
||||
The default action is to bind all symbols when the module is loaded.
|
||||
@G_MODULE_BIND_LOCAL:specifies that symbols in the module should
|
||||
not be added to the global name space. The default action on most
|
||||
platforms is to place symbols in the module in the global name space,
|
||||
which may cause conflicts with existing symbols.
|
||||
@G_MODULE_BIND_MASK: mask for all flags.
|
||||
|
||||
<!-- ##### FUNCTION g_module_symbol ##### -->
|
||||
<para>
|
||||
|
Reference in New Issue
Block a user