mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
s/g_strtokenize/g_strsplit_set/ in docs.
Sat Jul 24 17:50:07 2004 Soeren Sandmann <sandmann@daimi.au.dk> * glib/gstrfuncs.c (g_strsplit_set): s/g_strtokenize/g_strsplit_set/ in docs.
This commit is contained in:
parent
f5a8ae228a
commit
653c662f0f
@ -1,3 +1,8 @@
|
|||||||
|
Sat Jul 24 17:50:07 2004 Soeren Sandmann <sandmann@daimi.au.dk>
|
||||||
|
|
||||||
|
* glib/gstrfuncs.c (g_strsplit_set):
|
||||||
|
s/g_strtokenize/g_strsplit_set/ in docs.
|
||||||
|
|
||||||
Fri Jul 23 10:37:50 2004 Matthias Clasen <maclas@gmx.de>
|
Fri Jul 23 10:37:50 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* tests/type-test.c (main): Actually test G_MAXSIZE with
|
* tests/type-test.c (main): Actually test G_MAXSIZE with
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
Sat Jul 24 17:50:07 2004 Soeren Sandmann <sandmann@daimi.au.dk>
|
||||||
|
|
||||||
|
* glib/gstrfuncs.c (g_strsplit_set):
|
||||||
|
s/g_strtokenize/g_strsplit_set/ in docs.
|
||||||
|
|
||||||
Fri Jul 23 10:37:50 2004 Matthias Clasen <maclas@gmx.de>
|
Fri Jul 23 10:37:50 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* tests/type-test.c (main): Actually test G_MAXSIZE with
|
* tests/type-test.c (main): Actually test G_MAXSIZE with
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
Sat Jul 24 17:50:07 2004 Soeren Sandmann <sandmann@daimi.au.dk>
|
||||||
|
|
||||||
|
* glib/gstrfuncs.c (g_strsplit_set):
|
||||||
|
s/g_strtokenize/g_strsplit_set/ in docs.
|
||||||
|
|
||||||
Fri Jul 23 10:37:50 2004 Matthias Clasen <maclas@gmx.de>
|
Fri Jul 23 10:37:50 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* tests/type-test.c (main): Actually test G_MAXSIZE with
|
* tests/type-test.c (main): Actually test G_MAXSIZE with
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
Sat Jul 24 17:50:07 2004 Soeren Sandmann <sandmann@daimi.au.dk>
|
||||||
|
|
||||||
|
* glib/gstrfuncs.c (g_strsplit_set):
|
||||||
|
s/g_strtokenize/g_strsplit_set/ in docs.
|
||||||
|
|
||||||
Fri Jul 23 10:37:50 2004 Matthias Clasen <maclas@gmx.de>
|
Fri Jul 23 10:37:50 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* tests/type-test.c (main): Actually test G_MAXSIZE with
|
* tests/type-test.c (main): Actually test G_MAXSIZE with
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
Sat Jul 24 17:50:07 2004 Soeren Sandmann <sandmann@daimi.au.dk>
|
||||||
|
|
||||||
|
* glib/gstrfuncs.c (g_strsplit_set):
|
||||||
|
s/g_strtokenize/g_strsplit_set/ in docs.
|
||||||
|
|
||||||
Fri Jul 23 10:37:50 2004 Matthias Clasen <maclas@gmx.de>
|
Fri Jul 23 10:37:50 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* tests/type-test.c (main): Actually test G_MAXSIZE with
|
* tests/type-test.c (main): Actually test G_MAXSIZE with
|
||||||
|
@ -2207,11 +2207,11 @@ g_strsplit (const gchar *string,
|
|||||||
* contain any of the characters in @delimiters. If @max_tokens is reached, the
|
* contain any of the characters in @delimiters. If @max_tokens is reached, the
|
||||||
* remainder is appended to the last token.
|
* remainder is appended to the last token.
|
||||||
*
|
*
|
||||||
* For example the result of g_strtokenize ("abc:def/ghi", ":/", -1) is a
|
* For example the result of g_strsplit_set ("abc:def/ghi", ":/", -1) is a
|
||||||
* %NULL-terminated vector containing the three strings "abc", "def",
|
* %NULL-terminated vector containing the three strings "abc", "def",
|
||||||
* and "ghi".
|
* and "ghi".
|
||||||
*
|
*
|
||||||
* The result if g_strtokenize (":def/ghi:", ":/", -1) is a %NULL-terminated
|
* The result if g_strsplit_set (":def/ghi:", ":/", -1) is a %NULL-terminated
|
||||||
* vector containing the four strings "", "def", "ghi", and "".
|
* vector containing the four strings "", "def", "ghi", and "".
|
||||||
*
|
*
|
||||||
* As a special case, the result of splitting the empty string "" is an empty
|
* As a special case, the result of splitting the empty string "" is an empty
|
||||||
|
Loading…
Reference in New Issue
Block a user