Moving gnome-string routines into glib
- From: Elliot Lee <sopwith redhat com>
- To: gtk-devel-list redhat com
- Subject: Moving gnome-string routines into glib
- Date: Mon, 19 Oct 1998 17:54:20 -0400 (EDT)
gchar **gnome_string_split (gchar *string,
gchar *delim,
gint max_tokens);
gchar * gnome_string_join (gchar *separator, ...);
gchar * gnome_string_joinv (gchar *separator,
gchar **strings);
gchar * gnome_string_chomp (gchar *astring,
gboolean in_place);
/* Frees each element of the NULL-terminated array, then the
array memory itself */
void gnome_string_array_free (gchar **strarray);
Would anyone mind if I did s/gnome_string/g_str/ and moved them into glib?
-- Elliot
"In film you will find four basic story lines. Man versus man, man
versus nature, nature versus nature, and dog versus vampire."
- Steven Spielberg
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]