mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-01 13:23:07 +02:00
Commit autogenerated stuff.
This commit is contained in:
parent
48b894f78c
commit
e4f08fe7eb
@ -220,7 +220,7 @@ Removes the given number of elements starting at the given index from a
|
|||||||
|
|
||||||
@array: a @GArray.
|
@array: a @GArray.
|
||||||
@index_: the index of the first element to remove.
|
@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.
|
@Returns: the #GArray.
|
||||||
@Since: 2.4
|
@Since: 2.4
|
||||||
|
|
||||||
|
@ -109,6 +109,7 @@ use -G_MAX_FLOAT.
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### MACRO G_MAXFLOAT ##### -->
|
<!-- ##### MACRO G_MAXFLOAT ##### -->
|
||||||
<para>
|
<para>
|
||||||
The maximum value which can be held in a #gfloat.
|
The maximum value which can be held in a #gfloat.
|
||||||
|
@ -87,7 +87,7 @@ function is called to terminate the program.
|
|||||||
@log_domain: the log domain, usually #G_LOG_DOMAIN.
|
@log_domain: the log domain, usually #G_LOG_DOMAIN.
|
||||||
@log_level: the log level, either from #GLogLevelFlags or a user-defined level.
|
@log_level: the log level, either from #GLogLevelFlags or a user-defined level.
|
||||||
@format: the message format. See the <function>printf()</function>
|
@format: the message format. See the <function>printf()</function>
|
||||||
documentation.
|
documentation.
|
||||||
@Varargs: the parameters to insert into the format string.
|
@Varargs: the parameters to insert into the format string.
|
||||||
|
|
||||||
|
|
||||||
|
@ -157,8 +157,8 @@ path it returns %NULL.
|
|||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@file_name:
|
@file_name:
|
||||||
@Returns:
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION g_path_get_dirname ##### -->
|
<!-- ##### FUNCTION g_path_get_dirname ##### -->
|
||||||
|
@ -98,6 +98,17 @@ added with g_string_chunk_insert(), even if they do match.
|
|||||||
#GStringChunk.
|
#GStringChunk.
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION g_string_chunk_insert_len ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@chunk:
|
||||||
|
@string:
|
||||||
|
@len:
|
||||||
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION g_string_chunk_free ##### -->
|
<!-- ##### FUNCTION g_string_chunk_free ##### -->
|
||||||
<para>
|
<para>
|
||||||
Frees all memory allocated by the #GStringChunk.
|
Frees all memory allocated by the #GStringChunk.
|
||||||
|
@ -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_NOTCALLED: the function has not been called yet.
|
||||||
@G_ONCE_STATUS_PROGRESS: the function call is currently in progress.
|
@G_ONCE_STATUS_PROGRESS: the function call is currently in progress.
|
||||||
@G_ONCE_STATUS_READY: the function has been called.
|
@G_ONCE_STATUS_READY: the function has been called.
|
||||||
|
@Since: 2.4
|
||||||
|
|
||||||
<!-- ##### MACRO G_ONCE_INIT ##### -->
|
<!-- ##### MACRO G_ONCE_INIT ##### -->
|
||||||
<para>
|
<para>
|
||||||
@ -1639,6 +1640,7 @@ GOnce my_once = G_ONCE_INIT;
|
|||||||
</informalexample>
|
</informalexample>
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
@Since: 2.4
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### MACRO g_once ##### -->
|
<!-- ##### MACRO g_once ##### -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user