Use of GString
- From: Neil Hodge <neh attbi com>
- To: gtk-app-devel-list <gtk-app-devel-list gnome org>
- Subject: Use of GString
- Date: 28 Jan 2003 19:15:59 -0800
All:
I was reading up on the use of GString. It seems to have some nice
convenience functions. But how would you split a tokenized string, or
use a GString in any other function that expects gchar* as an argument?
As follows:
GString *gstr;
gchar **splitstr;
splitstr = g_strsplit(gstr->str, "delimiter", 0);
??? Any thoughts? Thanks.
Neil
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]