This commit is contained in:
Matthias Clasen
2006-01-06 05:07:47 +00:00
parent 7946d2e67e
commit 9090c67afc
90 changed files with 2545 additions and 1770 deletions

View File

@@ -406,6 +406,15 @@ Checks if any events are pending for the default #GMainContext
@context:
<!-- ##### FUNCTION g_main_context_is_owner ##### -->
<para>
</para>
@context:
@Returns:
<!-- ##### FUNCTION g_main_context_wait ##### -->
<para>

View File

@@ -118,6 +118,8 @@ A convenience function/macro to log a normal message.
@...:
@...:
@...:
@@ -130,6 +132,8 @@ A convenience function/macro to log a warning message.
@...:
@...:
@...:
@@ -146,6 +150,8 @@ example.
@...:
@...:
@...:
@@ -163,6 +169,8 @@ assertion failure.
@...:
@...:
@...:
@@ -175,6 +183,8 @@ A convenience function/macro to log a debug message.
@...:
@...:
@...:
@Since: 2.6

View File

@@ -91,6 +91,7 @@ The previous contents of the #GString are destroyed.
</para>
@Deprecated: This function has been renamed to g_string_printf().
<!-- # Unused Parameters # -->
@string: a #GString.
@format: the string format. See the sprintf() documentation.
@Varargs: the parameters to insert into the format string.
@@ -104,6 +105,7 @@ the text is appended to the #GString.
</para>
@Deprecated: This function has been renamed to g_string_append_printf().
<!-- # Unused Parameters # -->
@string: a #GString.
@format: the string format. See the sprintf() documentation.
@Varargs: the parameters to insert into the format string.

View File

@@ -174,3 +174,29 @@ this struct.
<!-- ##### FUNCTION g_thread_pool_set_sort_function ##### -->
<para>
</para>
@pool:
@func:
@user_data:
<!-- ##### FUNCTION g_thread_pool_set_max_idle_time ##### -->
<para>
</para>
@interval:
<!-- ##### FUNCTION g_thread_pool_get_max_idle_time ##### -->
<para>
</para>
@Returns: