mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-23 10:27:51 +02:00
2.11.2
This commit is contained in:
@@ -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.
|
||||
|
@@ -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().
|
||||
|
@@ -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>
|
||||
|
||||
|
@@ -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
|
||||
|
||||
|
@@ -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 ##### -->
|
||||
|
Reference in New Issue
Block a user