Function
Vipsvalue_set_save_string
since: 8.0
Declaration [src]
void
vips_value_set_save_string (
GValue* value,
const char* str
)
Description [src]
Copies the C string into value.
str should be a valid utf-8 string.
Available since: 8.0
Parameters
value-
Type:
GValueGValue to set.
The argument will be set by the function. The data is owned by the function. str-
Type:
const char*C string to copy into the GValue.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.