Moving gnome-string routines into glib



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]