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
@ -109,6 +109,7 @@ use -G_MAX_FLOAT.
|
||||
</para>
|
||||
|
||||
|
||||
|
||||
<!-- ##### MACRO G_MAXFLOAT ##### -->
|
||||
<para>
|
||||
The maximum value which can be held in a #gfloat.
|
||||
|
@ -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.
|
||||
|
@ -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 ##### -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user