Published in: Other
URL: http://library.gnome.org/devel/glib/stable/glib-Strings.html
The GNULib is included in GTK+.
GString *myString = g_string_new("Starting string value"); // To print the string, often it is necessary to point to the gchar * str value: print(myString->str);
You need to login to post a comment.
