mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-12-13 11:58:30 +01:00
2.11.2
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user