Re: GStrings and sorting GLists

2006-12-18 Thread Hadron
el-list@gnome.org > http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list > > -- View this message in context: http://www.nabble.com/GStrings-and-sorting-GLists-tf2835397.html#a7922139 Sent from the Gtk+ - Apps Dev mailing list archive at Nabble.com. ___

Re: GStrings and sorting GLists

2006-12-17 Thread Freddie Unpenstein
On Sun 12/17, David <[EMAIL PROTECTED]> wrote: > > Are there no comparison operations other than g_string_equal in > > order to facilitate the sorting of GList objects that contain > > GStrings? > Any C stringcomparison function is usable on gstring->str. Yes, > you have to write the one-line wra

Re: GStrings and sorting GLists

2006-12-17 Thread Yeti
On Sun, Dec 17, 2006 at 04:00:42AM +0100, Hadron Quark wrote: > > Are there no comparison operations other than g_string_equal in order to > facilitate the sorting of GList objects that contain GStrings? I'm not sure how g_string_equal() facilitates sorting when it returns only TRUE/FALSE for eq

GStrings and sorting GLists

2006-12-17 Thread Hadron Quark
Are there no comparison operations other than g_string_equal in order to facilitate the sorting of GList objects that contain GStrings? -- ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-