Document that g_strdup() and g_strndup() accept NULL. (#106987, Christian

2003-05-28  Matthias Clasen  <maclas@gmx.de>

	* glib/tmpl/string_utils.sgml: Document that g_strdup() and
	g_strndup() accept NULL.  (#106987, Christian Biere)
This commit is contained in:
Matthias Clasen
2003-05-27 22:25:03 +00:00
committed by Matthias Clasen
parent 25e8ae683e
commit d1db6f8b36
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2003-05-28 Matthias Clasen <maclas@gmx.de>
* glib/tmpl/string_utils.sgml: Document that g_strdup() and
g_strndup() accept NULL. (#106987, Christian Biere)
2003-05-12 Matthias Clasen <maclas@gmx.de>
* glib/cross.sgml: Fix a duplicate id left by copy-and-paste.