*2003-07-02 Matthias Clasen <maclas@gmx.de>

* glib/tmpl/string_utils.sgml: Document g_strfreev(NULL).
This commit is contained in:
Matthias Clasen
2003-07-01 22:17:07 +00:00
parent d60c75f1fb
commit 25f3d9ddde
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2003-07-02 Matthias Clasen <maclas@gmx.de>
* glib/tmpl/string_utils.sgml: Document g_strfreev(NULL).
2003-06-19 Matthias Clasen <maclas@gmx.de>
* glib/tmpl/misc_utils.sgml: Move g_path_get_basename() docs inline.

View File

@@ -794,7 +794,8 @@ 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>
If called on a %NULL value, g_strfreev() simply returns.
</para>
@str_array: a %NULL-terminated array of strings to free.