mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
2.13.1
svn path=/trunk/; revision=5478
This commit is contained in:
@@ -245,6 +245,24 @@ should append the replacement to @result.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_regex_get_max_backref ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@regex:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_regex_get_capture_count ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@regex:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_regex_get_string_number ##### -->
|
||||
<para>
|
||||
|
||||
|
@@ -262,6 +262,24 @@ which is passed to g_hash_table_foreach().
|
||||
@hash_table:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_hash_table_get_keys ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@hash_table:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_hash_table_get_values ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@hash_table:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### USER_FUNCTION GHRFunc ##### -->
|
||||
<para>
|
||||
Specifies the type of the function passed to g_hash_table_foreach_remove().
|
||||
|
@@ -309,6 +309,17 @@ strings, for <option>--help</option> output.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_option_context_get_help ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@context:
|
||||
@main_help:
|
||||
@group:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### ENUM GOptionArg ##### -->
|
||||
<para>
|
||||
The #GOptionArg enum values determine which type of extra argument the
|
||||
|
@@ -129,3 +129,4 @@ access any of the strings which were contained within it.
|
||||
|
||||
@chunk: a #GStringChunk
|
||||
|
||||
|
||||
|
@@ -937,3 +937,4 @@ documentation.
|
||||
If the signal is unknown, it returns "unknown signal (<signum>)".
|
||||
The string can only be used until the next call to g_strsignal().
|
||||
|
||||
|
||||
|
@@ -26,7 +26,7 @@ The #GString struct contains the public fields of a #GString.
|
||||
|
||||
@str: points to the character data. It may move as text is added.
|
||||
The <structfield>str</structfield> field is nul-terminated and so
|
||||
can be used as an ordinary C string.
|
||||
can be used as an ordinary C string.
|
||||
@len: contains the length of the string, not including the terminating nul byte.
|
||||
@allocated_len:
|
||||
|
||||
|
Reference in New Issue
Block a user