Method
GLibStringprepend
Declaration [src]
GString*
g_string_prepend (
GString* string,
const gchar* val
)
Parameters
val
-
Type:
const gchar*
The string to prepend on the start of
string
.The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.
Return value
Type: GString
string
.
The returned data is owned by the instance. |