This commit is contained in:
Matthias Clasen
2006-06-20 15:09:06 +00:00
parent 0d31a526f9
commit 2107d8e3ed
90 changed files with 3677 additions and 3467 deletions

View File

@@ -1,3 +1,7 @@
2006-06-20 Matthias Clasen <mclasen@redhat.com>
* === Released 2.11.4 ===
2006-06-12 Matthias Clasen <mclasen@redhat.com>
* === Released 2.11.3 ===

View File

@@ -535,6 +535,7 @@ unknown encoding
@bookmark:
@uri:
@error:
@Returns:
<!-- ##### FUNCTION g_bookmark_file_move_item ##### -->

View File

@@ -494,8 +494,6 @@ Flags which influence the parsing.
@key_file:
@group_name:
@key:
@list:
@length:
<!-- ##### FUNCTION g_key_file_set_locale_string_list ##### -->
@@ -507,8 +505,6 @@ Flags which influence the parsing.
@group_name:
@key:
@locale:
@list:
@length:
<!-- ##### FUNCTION g_key_file_set_boolean_list ##### -->

View File

@@ -124,6 +124,8 @@ A convenience function/macro to log a normal message.
@...:
@...:
@...:
@@ -142,6 +144,8 @@ A convenience function/macro to log a warning message.
@...:
@...:
@...:
@@ -164,6 +168,8 @@ example.
@...:
@...:
@...:
@@ -187,6 +193,8 @@ assertion failure.
@...:
@...:
@...:
@@ -205,6 +213,8 @@ A convenience function/macro to log a debug message.
@...:
@...:
@...:
@Since: 2.6

View File

@@ -232,10 +232,12 @@ than to write one yourself using g_enum_register_static().
</para>
@name: A nul-terminated string used as the name of the new type.
@_static_values:
@Returns: The new type identifier.
<!-- # Unused Parameters # -->
@const_static_values: An array of #GEnumValue structs for the possible
enumeration values. The array is terminated by a struct with all
members being 0.
@Returns: The new type identifier.
<!-- ##### FUNCTION g_flags_register_static ##### -->
@@ -249,9 +251,11 @@ than to write one yourself using g_flags_register_static().
</para>
@name: A nul-terminated string used as the name of the new type.
@_static_values:
@Returns: The new type identifier.
<!-- # Unused Parameters # -->
@const_static_values: An array of #GFlagsValue structs for the possible
flags values. The array is terminated by a struct with all members being 0.
@Returns: The new type identifier.
<!-- ##### FUNCTION g_enum_complete_type_info ##### -->
@@ -280,6 +284,8 @@ my_enum_complete_type_info (GTypePlugin *plugin,
@g_enum_type: the type identifier of the type being completed
@info: the #GTypeInfo struct to be filled in
@_values:
<!-- # Unused Parameters # -->
@const_values: An array of #GEnumValue structs for the possible
enumeration values. The array is terminated by a struct with all
members being 0.
@@ -294,6 +300,8 @@ g_enumeration_complete_type_info() above.
@g_flags_type: the type identifier of the type being completed
@info: the #GTypeInfo struct to be filled in
@_values:
<!-- # Unused Parameters # -->
@const_values: An array of #GFlagsValue structs for the possible
enumeration values. The array is terminated by a struct with all
members being 0.

View File

@@ -164,11 +164,13 @@ not be unloaded.
@module: a #GTypeModule
@name: name for the type
@_static_values:
@Returns: the new or existing type ID
@Since: 2.6
<!-- # Unused Parameters # -->
@const_static_values: an array of #GEnumValue structs for the possible
enumeration values. The array is terminated by a struct with all
members being 0.
@Returns: the new or existing type ID
@Since: 2.6
<!-- ##### FUNCTION g_type_module_register_flags ##### -->
@@ -185,10 +187,12 @@ not be unloaded.
@module: a #GTypeModule
@name: name for the type
@_static_values:
@Returns: the new or existing type ID
@Since: 2.6
<!-- # Unused Parameters # -->
@const_static_values: an array of #GFlagsValue structs for the possible
flags values. The array is terminated by a struct with all
members being 0.
@Returns: the new or existing type ID
@Since: 2.6