svn path=/trunk/; revision=5478
This commit is contained in:
Matthias Clasen
2007-05-03 05:09:20 +00:00
parent 9d3c408fbe
commit 4d996274a3
95 changed files with 5191 additions and 5118 deletions

View File

@@ -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>

View File

@@ -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().

View File

@@ -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

View File

@@ -129,3 +129,4 @@ access any of the strings which were contained within it.
@chunk: a #GStringChunk

View File

@@ -937,3 +937,4 @@ documentation.
If the signal is unknown, it returns "unknown signal (&lt;signum&gt;)".
The string can only be used until the next call to g_strsignal().

View File

@@ -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: