=== Released 2.3.5 ===

Mon Mar  1 16:49:51 2004  Owen Taylor  <otaylor@redhat.com>

        * === Released 2.3.5 ===

        * configure.in: Version 2.3.5, interface ago 0.

        * NEWS: Some further updates.
This commit is contained in:
Owen Taylor
2004-03-02 00:05:36 +00:00
committed by Owen Taylor
parent 44ef900675
commit 109ebb109a
73 changed files with 738 additions and 658 deletions

View File

@@ -178,6 +178,7 @@ The maximum value which can be held in a #gssize.
@Since: 2.4
<!-- ##### MACRO G_MINFLOAT ##### -->
<para>
The minimum positive value which can be held in a #gfloat.

View File

@@ -508,6 +508,14 @@ or -1 if an error occurred.
@fd:
<!-- ##### FUNCTION g_main_depth ##### -->
<para>
</para>
@Returns:
<!-- ##### MACRO g_main_set_poll_func ##### -->
<para>
Sets the function to use for the handle polling of file descriptors

View File

@@ -121,10 +121,10 @@ not supported on all platforms.
@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
@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.
which may cause conflicts with existing symbols.
@G_MODULE_BIND_MASK: mask for all flags.
<!-- ##### FUNCTION g_module_symbol ##### -->

View File

@@ -162,3 +162,11 @@ taken in this function will only affect the child, not the parent.
@Returns:
<!-- ##### FUNCTION g_spawn_close_pid ##### -->
<para>
</para>
@pid:

View File

@@ -1613,6 +1613,8 @@ Any one-time initialization function must have its own unique <structname>GOnce<
struct.
</para>
@status:
@retval:
@Since: 2.4
<!-- ##### ENUM GOnceStatus ##### -->