svn path=/trunk/; revision=5577
This commit is contained in:
Matthias Clasen
2007-06-18 17:31:49 +00:00
parent 3d2d4c2771
commit fc0a52ca3a
91 changed files with 1029 additions and 879 deletions

View File

@@ -1,3 +1,7 @@
2007-06-18 Matthias Clasen <mclasen@redhat.com>
* === Released 2.13.5 ===
2007-06-18 Emmanuele Bassi <ebassi@gnome.org>
* glib/glib-sections.txt: Add g_timeout_add_seconds_full().

View File

@@ -596,6 +596,19 @@ for the default main context.
@Returns:
<!-- ##### FUNCTION g_timeout_add_seconds_full ##### -->
<para>
</para>
@priority:
@interval:
@function:
@data:
@notify:
@Returns:
<!-- ##### FUNCTION g_idle_source_new ##### -->
<para>

View File

@@ -82,6 +82,26 @@ can be used as an ordinary C string.
<!-- ##### FUNCTION g_string_vprintf ##### -->
<para>
</para>
@string:
@format:
@args:
<!-- ##### FUNCTION g_string_append_vprintf ##### -->
<para>
</para>
@string:
@format:
@args:
<!-- ##### FUNCTION g_string_printf ##### -->
<para>

View File

@@ -147,7 +147,6 @@ The #GType for a boxed type holding a #GRegex reference.
@Since: 2.14
<!-- ##### TYPEDEF GStrv ##### -->
<para>
A C representable type name for #G_TYPE_STRV.