Re: Some new GString functions - constructors
- From: "Alan M. Evans" <ame1 extratech com>
- To: Paul LeoNerd Evans <leonerd leonerd org uk>
- Cc: gtk-devel-list gnome org
- Subject: Re: Some new GString functions - constructors
- Date: Tue, 20 Dec 2005 15:18:25 -0800
On Tue, 2005-12-20 at 14:36, Paul LeoNerd Evans wrote:
> typedef GList GStringList;
Not entirely certain I like this. See below.
> GStringList* g_string_split(GString *str, gchar c);
Seems to me this should return a gchar** a-la g_strsplit(). Whether or
not this is more useful may depend on how you use it -- I use string
arrays frequently, rarely use GLists of strings. But at least the naming
would be more consistent.
My opinion: GLib could use more support functions for string arrays.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]