mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-12-09 18:13:41 +01:00
Move g_strfreev() docs inline.
2003-07-02 Matthias Clasen <maclas@gmx.de> * glib/tmpl/string_utils.sgml: Move g_strfreev() docs inline.
This commit is contained in:
committed by
Matthias Clasen
parent
5c903d283b
commit
8940b82eb4
@@ -1,3 +1,7 @@
|
||||
2003-07-02 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* glib/tmpl/string_utils.sgml: Move g_strfreev() docs inline.
|
||||
|
||||
2003-06-19 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* glib/tmpl/misc_utils.sgml: Move g_path_get_basename() docs inline.
|
||||
|
||||
@@ -32,7 +32,7 @@ The returned string should be freed when no longer needed.
|
||||
</para>
|
||||
|
||||
@str: the string to duplicate.
|
||||
@Returns: a newly-allocated copy of @str.
|
||||
@Returns: a newly-allocated copy of @str.
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_strndup ##### -->
|
||||
@@ -277,6 +277,17 @@ returns the length of the allocated string.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_vasprintf ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@string:
|
||||
@format:
|
||||
@args:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_printf_string_upper_bound ##### -->
|
||||
<para>
|
||||
Calculates the maximum space needed to store the output of the
|
||||
@@ -797,10 +808,10 @@ nesting such as <literal>g_ascii_strup (g_strcanon (str, "abc", '?'))</literal>.
|
||||
|
||||
<!-- ##### FUNCTION g_strfreev ##### -->
|
||||
<para>
|
||||
Frees a %NULL-terminated array of strings, and the array itself.
|
||||
|
||||
</para>
|
||||
|
||||
@str_array: a %NULL-terminated array of strings to free.
|
||||
@str_array:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_strconcat ##### -->
|
||||
|
||||
Reference in New Issue
Block a user