This commit is contained in:
Matthias Clasen
2006-06-05 17:34:53 +00:00
parent 643906d485
commit 0c26468057
91 changed files with 3307 additions and 3082 deletions

View File

@@ -1,3 +1,7 @@
2006-06-05 Matthias Clasen <mclasen@redhat.com>
* === Released 2.11.2 ===
2006-06-01 Matthias Clasen <mclasen@redhat.com>
* glib/glib-sections.txt: Add new hash table functions.

View File

@@ -246,6 +246,22 @@ which is passed to g_hash_table_foreach().
@Returns:
<!-- ##### FUNCTION g_hash_table_remove_all ##### -->
<para>
</para>
@hash_table:
<!-- ##### FUNCTION g_hash_table_steal_all ##### -->
<para>
</para>
@hash_table:
<!-- ##### USER_FUNCTION GHRFunc ##### -->
<para>
Specifies the type of the function passed to g_hash_table_foreach_remove().

View File

@@ -527,6 +527,14 @@ or -1 if an error occurred.
@Returns:
<!-- ##### FUNCTION g_main_current_source ##### -->
<para>
</para>
@Returns:
<!-- ##### MACRO g_main_set_poll_func ##### -->
<para>
Sets the function to use for the handle polling of file descriptors
@@ -828,6 +836,15 @@ functions for managing callback objects.
@source:
<!-- ##### FUNCTION g_source_set_funcs ##### -->
<para>
</para>
@source:
@funcs:
<!-- ##### FUNCTION g_source_attach ##### -->
<para>
@@ -846,6 +863,15 @@ functions for managing callback objects.
@source:
<!-- ##### FUNCTION g_source_is_destroyed ##### -->
<para>
</para>
@source:
@Returns:
<!-- ##### FUNCTION g_source_set_priority ##### -->
<para>

View File

@@ -120,6 +120,8 @@ A convenience function/macro to log a normal message.
@...:
@...:
@...:
@@ -134,6 +136,8 @@ A convenience function/macro to log a warning message.
@...:
@...:
@...:
@@ -152,6 +156,8 @@ example.
@...:
@...:
@...:
@@ -171,6 +177,8 @@ assertion failure.
@...:
@...:
@...:
@@ -185,6 +193,8 @@ A convenience function/macro to log a debug message.
@...:
@...:
@...:
@Since: 2.6

View File

@@ -87,7 +87,6 @@ the setter for the property is called to reinstate the previous value.
</para>
@pspec: the #GParamSpec of the property which changed
@:
@gobject: the object which received the signal.
<!-- ##### STRUCT GObjectClass ##### -->