API Version: 8.0
Library Version: 8.17
Generated by gi-docgen 2025.3
void vips_value_set_ref_string ( GValue* value, const char* str )
Copies the C string str into value.
str
value
vips_ref_string are immutable C strings that are copied between images by copying reference-counted pointers, making them much more efficient than regular GValue strings.
GValue
str should be a valid utf-8 string.
Type: GValue
GValue to set.
Type: const char*
const char*
C string to copy into the GValue.