StringG.stringNew

Creates a new #GString, initialized with the given string.

class StringG
static
stringNew
(
string init
)

Parameters

init string

the initial text to copy into the string, or %NULL to start with an empty string.

Return: the new #GString

Meta