Method
GLibStringoverwrite
since: 2.14
[−]
Description [src]
Overwrites part of a string, lengthening it if necessary.
Available since: 2.14
[−]
Parameters
pos
-
Type:
gsize
The position at which to start overwriting.
val
-
Type:
const gchar*
The string that will overwrite the
string
starting atpos
.The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.