Commit autogenerated stuff.

This commit is contained in:
Matthias Clasen 2003-07-28 20:20:00 +00:00
parent 48b894f78c
commit e4f08fe7eb
6 changed files with 18 additions and 4 deletions

View File

@ -220,7 +220,7 @@ Removes the given number of elements starting at the given index from a
@array: a @GArray.
@index_: the index of the first element to remove.
@length: the number of elements to remove.
@length: the number of elements to remove.
@Returns: the #GArray.
@Since: 2.4

View File

@ -109,6 +109,7 @@ use -G_MAX_FLOAT.
</para>
<!-- ##### MACRO G_MAXFLOAT ##### -->
<para>
The maximum value which can be held in a #gfloat.

View File

@ -87,7 +87,7 @@ function is called to terminate the program.
@log_domain: the log domain, usually #G_LOG_DOMAIN.
@log_level: the log level, either from #GLogLevelFlags or a user-defined level.
@format: the message format. See the <function>printf()</function>
documentation.
documentation.
@Varargs: the parameters to insert into the format string.

View File

@ -157,8 +157,8 @@ path it returns %NULL.
</para>
@file_name:
@Returns:
@file_name:
@Returns:
<!-- ##### FUNCTION g_path_get_dirname ##### -->

View File

@ -98,6 +98,17 @@ added with g_string_chunk_insert(), even if they do match.
#GStringChunk.
<!-- ##### FUNCTION g_string_chunk_insert_len ##### -->
<para>
</para>
@chunk:
@string:
@len:
@Returns:
<!-- ##### FUNCTION g_string_chunk_free ##### -->
<para>
Frees all memory allocated by the #GStringChunk.

View File

@ -1626,6 +1626,7 @@ The possible stati of a one-time initialization function controlled by a #GOnce
@G_ONCE_STATUS_NOTCALLED: the function has not been called yet.
@G_ONCE_STATUS_PROGRESS: the function call is currently in progress.
@G_ONCE_STATUS_READY: the function has been called.
@Since: 2.4
<!-- ##### MACRO G_ONCE_INIT ##### -->
<para>
@ -1639,6 +1640,7 @@ GOnce my_once = G_ONCE_INIT;
</informalexample>
</para>
@Since: 2.4
<!-- ##### MACRO g_once ##### -->