/ Published in: Other
The GNULib is included in GTK+.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
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);
URL: http://library.gnome.org/devel/glib/stable/glib-Strings.html