s/g_strsplit/g_strsplit_set/ as well.

Tue Jul 27 02:01:31 2004  Matthias Clasen  <maclas@gmx.de>

	* glib/gstrfuncs.c (g_strsplit_set): s/g_strsplit/g_strsplit_set/
	as well.
This commit is contained in:
Matthias Clasen 2004-07-27 06:02:15 +00:00 committed by Matthias Clasen
parent 653c662f0f
commit 45e1212b68
6 changed files with 26 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Tue Jul 27 02:01:31 2004 Matthias Clasen <maclas@gmx.de>
* glib/gstrfuncs.c (g_strsplit_set): s/g_strsplit/g_strsplit_set/
as well.
Sat Jul 24 17:50:07 2004 Soeren Sandmann <sandmann@daimi.au.dk>
* glib/gstrfuncs.c (g_strsplit_set):

View File

@ -1,3 +1,8 @@
Tue Jul 27 02:01:31 2004 Matthias Clasen <maclas@gmx.de>
* glib/gstrfuncs.c (g_strsplit_set): s/g_strsplit/g_strsplit_set/
as well.
Sat Jul 24 17:50:07 2004 Soeren Sandmann <sandmann@daimi.au.dk>
* glib/gstrfuncs.c (g_strsplit_set):

View File

@ -1,3 +1,8 @@
Tue Jul 27 02:01:31 2004 Matthias Clasen <maclas@gmx.de>
* glib/gstrfuncs.c (g_strsplit_set): s/g_strsplit/g_strsplit_set/
as well.
Sat Jul 24 17:50:07 2004 Soeren Sandmann <sandmann@daimi.au.dk>
* glib/gstrfuncs.c (g_strsplit_set):

View File

@ -1,3 +1,8 @@
Tue Jul 27 02:01:31 2004 Matthias Clasen <maclas@gmx.de>
* glib/gstrfuncs.c (g_strsplit_set): s/g_strsplit/g_strsplit_set/
as well.
Sat Jul 24 17:50:07 2004 Soeren Sandmann <sandmann@daimi.au.dk>
* glib/gstrfuncs.c (g_strsplit_set):

View File

@ -1,3 +1,8 @@
Tue Jul 27 02:01:31 2004 Matthias Clasen <maclas@gmx.de>
* glib/gstrfuncs.c (g_strsplit_set): s/g_strsplit/g_strsplit_set/
as well.
Sat Jul 24 17:50:07 2004 Soeren Sandmann <sandmann@daimi.au.dk>
* glib/gstrfuncs.c (g_strsplit_set):

View File

@ -2219,7 +2219,7 @@ g_strsplit (const gchar *string,
* special case is that being able to represent a empty vector is typically
* more useful than consistent handling of empty elements. If you do need
* to represent empty elements, you'll need to check for the empty string
* before calling g_strsplit().
* before calling g_strsplit_set().
*
* Note that this function works on bytes not characters, so it can't be used
* to delimit UTF-8 strings for anything but ASCII characters.