This commit is contained in:
Matthias Clasen
2006-05-03 02:05:01 +00:00
parent 4d0f3cf076
commit 4b17ee97a5
97 changed files with 16373 additions and 10586 deletions

View File

@@ -1,3 +1,7 @@
2006-05-02 Matthias Clasen <mclasen@redhat.com>
* === Released 2.11.0 ===
2006-05-02 Matthias Clasen <mclasen@redhat.com>
* gobject/tmpl/gtypemodule.sgml: Document a little

View File

@@ -30,7 +30,6 @@ Support for Base64 encoding has been added in GLib 2.12.
</para>
<!-- ##### SECTION Stability_Level ##### -->

View File

@@ -112,6 +112,25 @@ length of the sleep.
@microseconds:
<!-- ##### FUNCTION g_time_val_from_iso8601 ##### -->
<para>
</para>
@iso_date:
@time_:
@Returns:
<!-- ##### FUNCTION g_time_val_to_iso8601 ##### -->
<para>
</para>
@time_:
@Returns:
<!-- ##### STRUCT GDate ##### -->
<para>
Represents a day between January 1, Year 1 and a few thousand years in

View File

@@ -329,6 +329,18 @@ Flags which influence the parsing.
@Returns:
<!-- ##### FUNCTION g_key_file_get_double ##### -->
<para>
</para>
@key_file:
@group_name:
@key:
@error:
@Returns:
<!-- ##### FUNCTION g_key_file_get_string_list ##### -->
<para>
@@ -382,6 +394,19 @@ Flags which influence the parsing.
@Returns:
<!-- ##### FUNCTION g_key_file_get_double_list ##### -->
<para>
</para>
@key_file:
@group_name:
@key:
@length:
@error:
@Returns:
<!-- ##### FUNCTION g_key_file_get_comment ##### -->
<para>
@@ -437,8 +462,6 @@ Flags which influence the parsing.
@group_name:
@key:
@value:
<!-- # Unused Parameters # -->
@boolean:
<!-- ##### FUNCTION g_key_file_set_integer ##### -->
@@ -450,8 +473,17 @@ Flags which influence the parsing.
@group_name:
@key:
@value:
<!-- # Unused Parameters # -->
@integer:
<!-- ##### FUNCTION g_key_file_set_double ##### -->
<para>
</para>
@key_file:
@group_name:
@key:
@value:
<!-- ##### FUNCTION g_key_file_set_string_list ##### -->
@@ -503,6 +535,18 @@ Flags which influence the parsing.
@length:
<!-- ##### FUNCTION g_key_file_set_double_list ##### -->
<para>
</para>
@key_file:
@group_name:
@key:
@list:
@length:
<!-- ##### FUNCTION g_key_file_set_comment ##### -->
<para>

View File

@@ -356,8 +356,6 @@ Checks if any events are pending for the default #GMainContext
@context:
@source_id:
@Returns:
<!-- # Unused Parameters # -->
@id:
<!-- ##### FUNCTION g_main_context_find_source_by_user_data ##### -->

View File

@@ -116,6 +116,8 @@ A convenience function/macro to log a normal message.
@...: format string, followed by parameters to insert into the format string (as with printf())
@...:
<!-- ##### MACRO g_warning ##### -->
<para>
@@ -124,6 +126,8 @@ A convenience function/macro to log a warning message.
@...: format string, followed by parameters to insert into the format string (as with printf())
@...:
<!-- ##### MACRO g_critical ##### -->
<para>
@@ -136,6 +140,8 @@ example.
@...: format string, followed by parameters to insert into the format string (as with printf())
@...:
<!-- ##### MACRO g_error ##### -->
<para>
@@ -149,6 +155,8 @@ assertion failure.
@...: format string, followed by parameters to insert into the format string (as with printf())
@...:
<!-- ##### MACRO g_debug ##### -->
<para>
@@ -156,6 +164,8 @@ A convenience function/macro to log a debug message.
</para>
@...: format string, followed by parameters to insert into the format string (as with printf())
@...:
@Since: 2.6

View File

@@ -547,8 +547,6 @@ possibly non-ASCII character in.
@str:
@len:
@Returns:
<!-- # Unused Parameters # -->
@string:
<!-- ##### FUNCTION g_ascii_strdown ##### -->

View File

@@ -192,6 +192,15 @@ will correctly interpret surrogate pairs.</footnote>.
@Returns:
<!-- ##### FUNCTION g_unichar_iswide_cjk ##### -->
<para>
</para>
@c:
@Returns:
<!-- ##### FUNCTION g_unichar_toupper ##### -->
<para>
@@ -440,8 +449,6 @@ that may contain invalid UTF-8.
@p:
@end:
@Returns:
<!-- # Unused Parameters # -->
@bound:
<!-- ##### FUNCTION g_utf8_find_prev_char ##### -->
@@ -484,8 +491,6 @@ that may contain invalid UTF-8.
@len:
@c:
@Returns:
<!-- # Unused Parameters # -->
@ch:
<!-- ##### FUNCTION g_utf8_strrchr ##### -->
@@ -497,8 +502,6 @@ that may contain invalid UTF-8.
@len:
@c:
@Returns:
<!-- # Unused Parameters # -->
@ch:
<!-- ##### FUNCTION g_utf8_strreverse ##### -->

View File

@@ -240,7 +240,7 @@ A structure that provides information to the type system which is
used specifically for managing interface types.
</para>
@interface_init: location of the interface initialization function
@interface_init: location of the interface initialization function
@interface_finalize: location of the interface finalization function
@interface_data: user-supplied data passed to the interface init/finalize functions
@@ -1627,13 +1627,19 @@ instance and class structure and the definitions of the instance and class
init functions.
</informalexample>
@TN:
@t_n:
@T_P:
@_f_:
@_C_:
@Since: 2.4
<!-- # Unused Parameters # -->
@TypeName: The name of the new type, in Camel case.
@type_name: The name of the new type, in lowercase, with words
separated by '_'.
@TYPE_PARENT: The #GType of the parent type.
@flags: #GTypeFlags to pass to g_type_register_static()
@CODE: Custom code that gets inserted in the *_get_type() function.
@Since: 2.4
<!-- ##### MACRO G_TYPE_INVALID ##### -->