mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
=== 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:
@@ -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.
|
||||
|
@@ -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
|
||||
|
@@ -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 ##### -->
|
||||
|
@@ -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:
|
||||
|
||||
|
||||
|
@@ -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 ##### -->
|
||||
|
Reference in New Issue
Block a user