svn path=/trunk/; revision=5767
This commit is contained in:
Matthias Clasen 2007-09-16 18:03:57 +00:00
parent 34a9878985
commit 40647e0ffc
4 changed files with 21 additions and 18 deletions

View File

@ -30,10 +30,10 @@ list of hook functions.
@hook_size: the size of the #GHookList elements, in bytes.
@is_setup: 1 if the #GHookList has been initialized.
@hooks: the first #GHook element in the list.
@dummy3:
@dummy3: unused
@finalize_hook: the function to call to finalize a #GHook element. The
default behaviour is to call the hooks <function>destroy</function> function.
@dummy:
@dummy: unused
<!-- ##### USER_FUNCTION GHookFinalizeFunc ##### -->
<para>

View File

@ -68,18 +68,23 @@ flags).
<!-- ##### ENUM GLogLevelFlags ##### -->
<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>
@G_LOG_FLAG_RECURSION:
@G_LOG_FLAG_FATAL:
@G_LOG_LEVEL_ERROR:
@G_LOG_LEVEL_CRITICAL:
@G_LOG_LEVEL_WARNING:
@G_LOG_LEVEL_MESSAGE:
@G_LOG_LEVEL_INFO:
@G_LOG_LEVEL_DEBUG:
@G_LOG_LEVEL_MASK:
@G_LOG_FLAG_RECURSION: internal flag
@G_LOG_FLAG_FATAL: internal flag
@G_LOG_LEVEL_ERROR: log level for errors, see g_error().
This level is also used for messages produced by g_assert().
@G_LOG_LEVEL_CRITICAL: log level for critical messages, see g_critical().
This level is also used for messages produced by g_return_if_fail() and
g_return_val_if_fail().
@G_LOG_LEVEL_WARNING: log level for warnings, see g_warning()
@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 ##### -->
<para>

View File

@ -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
has been introduced in 2.6, for older version use %G_TRAVERSE_NON_LEAFS.
@G_TRAVERSE_ALL: all nodes should be visited.
@G_TRAVERSE_MASK:
@G_TRAVERSE_LEAFS: identical to %G_TRAVERSE_LEAVES
@G_TRAVERSE_NON_LEAFS: identical to %G_TRAVERSE_NON_LEAVES
@G_TRAVERSE_MASK: a mask of all traverse flags.
@G_TRAVERSE_LEAFS: identical to %G_TRAVERSE_LEAVES.
@G_TRAVERSE_NON_LEAFS: identical to %G_TRAVERSE_NON_LEAVES.
<!-- ##### USER_FUNCTION GNodeTraverseFunc ##### -->
<para>

View File

@ -179,14 +179,12 @@ Values of this type can range from -9,223,372,036,854,775,808 to
</para>
<!-- ##### FUNCTION guint64 ##### -->
<!-- ##### TYPEDEF guint64 ##### -->
<para>
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.
</para>
@Returns:
<!-- ##### MACRO G_GINT64_CONSTANT ##### -->
<para>