mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 15:36:17 +01:00
Updates
svn path=/trunk/; revision=5767
This commit is contained in:
parent
34a9878985
commit
40647e0ffc
@ -30,10 +30,10 @@ list of hook functions.
|
|||||||
@hook_size: the size of the #GHookList elements, in bytes.
|
@hook_size: the size of the #GHookList elements, in bytes.
|
||||||
@is_setup: 1 if the #GHookList has been initialized.
|
@is_setup: 1 if the #GHookList has been initialized.
|
||||||
@hooks: the first #GHook element in the list.
|
@hooks: the first #GHook element in the list.
|
||||||
@dummy3:
|
@dummy3: unused
|
||||||
@finalize_hook: the function to call to finalize a #GHook element. The
|
@finalize_hook: the function to call to finalize a #GHook element. The
|
||||||
default behaviour is to call the hooks <function>destroy</function> function.
|
default behaviour is to call the hooks <function>destroy</function> function.
|
||||||
@dummy:
|
@dummy: unused
|
||||||
|
|
||||||
<!-- ##### USER_FUNCTION GHookFinalizeFunc ##### -->
|
<!-- ##### USER_FUNCTION GHookFinalizeFunc ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
@ -68,18 +68,23 @@ flags).
|
|||||||
|
|
||||||
<!-- ##### ENUM GLogLevelFlags ##### -->
|
<!-- ##### ENUM GLogLevelFlags ##### -->
|
||||||
<para>
|
<para>
|
||||||
Flags specifying the level of log messages.
|
Flags specifying the level of log messages. It is possible to change
|
||||||
|
how GLib treats messages of the various levels using g_log_set_handler()
|
||||||
|
and g_log_set_fatal_mask().
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@G_LOG_FLAG_RECURSION:
|
@G_LOG_FLAG_RECURSION: internal flag
|
||||||
@G_LOG_FLAG_FATAL:
|
@G_LOG_FLAG_FATAL: internal flag
|
||||||
@G_LOG_LEVEL_ERROR:
|
@G_LOG_LEVEL_ERROR: log level for errors, see g_error().
|
||||||
@G_LOG_LEVEL_CRITICAL:
|
This level is also used for messages produced by g_assert().
|
||||||
@G_LOG_LEVEL_WARNING:
|
@G_LOG_LEVEL_CRITICAL: log level for critical messages, see g_critical().
|
||||||
@G_LOG_LEVEL_MESSAGE:
|
This level is also used for messages produced by g_return_if_fail() and
|
||||||
@G_LOG_LEVEL_INFO:
|
g_return_val_if_fail().
|
||||||
@G_LOG_LEVEL_DEBUG:
|
@G_LOG_LEVEL_WARNING: log level for warnings, see g_warning()
|
||||||
@G_LOG_LEVEL_MASK:
|
@G_LOG_LEVEL_MESSAGE: log level for messages, see g_message()
|
||||||
|
@G_LOG_LEVEL_INFO: log level for informational messages
|
||||||
|
@G_LOG_LEVEL_DEBUG: log level for debug messages, see g_debug()
|
||||||
|
@G_LOG_LEVEL_MASK: a mask including all log levels.
|
||||||
|
|
||||||
<!-- ##### FUNCTION g_log ##### -->
|
<!-- ##### FUNCTION g_log ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
@ -251,9 +251,9 @@ including g_node_traverse() and g_node_find().
|
|||||||
@G_TRAVERSE_NON_LEAVES: only non-leaf nodes should be visited. This name
|
@G_TRAVERSE_NON_LEAVES: only non-leaf nodes should be visited. This name
|
||||||
has been introduced in 2.6, for older version use %G_TRAVERSE_NON_LEAFS.
|
has been introduced in 2.6, for older version use %G_TRAVERSE_NON_LEAFS.
|
||||||
@G_TRAVERSE_ALL: all nodes should be visited.
|
@G_TRAVERSE_ALL: all nodes should be visited.
|
||||||
@G_TRAVERSE_MASK:
|
@G_TRAVERSE_MASK: a mask of all traverse flags.
|
||||||
@G_TRAVERSE_LEAFS: identical to %G_TRAVERSE_LEAVES
|
@G_TRAVERSE_LEAFS: identical to %G_TRAVERSE_LEAVES.
|
||||||
@G_TRAVERSE_NON_LEAFS: identical to %G_TRAVERSE_NON_LEAVES
|
@G_TRAVERSE_NON_LEAFS: identical to %G_TRAVERSE_NON_LEAVES.
|
||||||
|
|
||||||
<!-- ##### USER_FUNCTION GNodeTraverseFunc ##### -->
|
<!-- ##### USER_FUNCTION GNodeTraverseFunc ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
@ -179,14 +179,12 @@ Values of this type can range from -9,223,372,036,854,775,808 to
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION guint64 ##### -->
|
<!-- ##### TYPEDEF guint64 ##### -->
|
||||||
<para>
|
<para>
|
||||||
An unsigned integer guaranteed to be 64 bits on all platforms.
|
An unsigned integer guaranteed to be 64 bits on all platforms.
|
||||||
Values of this type can range from 0 to 18,446,744,073,709,551,615.
|
Values of this type can range from 0 to 18,446,744,073,709,551,615.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@Returns:
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### MACRO G_GINT64_CONSTANT ##### -->
|
<!-- ##### MACRO G_GINT64_CONSTANT ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
Loading…
Reference in New Issue
Block a user