mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-25 03:17:52 +02:00
2.9.2
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2006-01-05 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* === Released 2.9.2 ===
|
||||
|
||||
2006-01-03 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/glib-sections.txt: Add new API
|
||||
|
@@ -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>
|
||||
|
||||
|
@@ -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
|
||||
|
||||
|
@@ -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.
|
||||
|
@@ -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:
|
||||
|
||||
|
||||
|
@@ -1129,8 +1129,7 @@ This is an internal function introduced mainly for C marshallers.
|
||||
|
||||
@value: a valid #GValue of type %G_TYPE_STRING
|
||||
@v_string: duplicated unowned string to be set
|
||||
<!-- # Unused Parameters # -->
|
||||
@Deprecated:2.4: Use g_value_take_string() instead.
|
||||
@Deprecated: 2.4: Use g_value_take_string() instead.
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_value_get_string ##### -->
|
||||
@@ -1237,8 +1236,7 @@ This is an internal function introduced mainly for C marshallers.
|
||||
|
||||
@value: a valid #GValue of type %G_TYPE_PARAM
|
||||
@param: the #GParamSpec to be set
|
||||
<!-- # Unused Parameters # -->
|
||||
@Deprecated:2.4: Use g_value_take_param() instead.
|
||||
@Deprecated: 2.4: Use g_value_take_param() instead.
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_value_get_param ##### -->
|
||||
@@ -1353,8 +1351,7 @@ This is an internal function introduced mainly for C marshallers.
|
||||
|
||||
@value: a valid #GValue of %G_TYPE_BOXED derived type
|
||||
@v_boxed: duplicated unowned boxed value to be set
|
||||
<!-- # Unused Parameters # -->
|
||||
@Deprecated:2.4: Use g_value_take_boxed() instead.
|
||||
@Deprecated: 2.4: Use g_value_take_boxed() instead.
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_value_get_boxed ##### -->
|
||||
@@ -1531,8 +1528,7 @@ This is an internal function introduced mainly for C marshallers.
|
||||
|
||||
@value: a valid #GValue of %G_TYPE_OBJECT derived type
|
||||
@v_object: object value to be set
|
||||
<!-- # Unused Parameters # -->
|
||||
@Deprecated:2.4: Use g_value_take_object() instead.
|
||||
@Deprecated: 2.4: Use g_value_take_object() instead.
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_value_get_object ##### -->
|
||||
@@ -1742,7 +1738,6 @@ A #GParamSpec derived structure that contains the meta data for #GType propertie
|
||||
@is_a_type: a #GType whose subtypes can occur as values
|
||||
@Since: 2.10
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_param_spec_gtype ##### -->
|
||||
<para>
|
||||
Creates a new #GParamSpecGType instance specifying a
|
||||
@@ -1761,3 +1756,4 @@ See g_param_spec_internal() for details on property names.
|
||||
@Returns: a newly created parameter specification
|
||||
@Since: 2.10
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user