Vips.RefString¶
Fields¶
Name |
Type |
Access |
Description |
|---|---|---|---|
area |
r/w |
Methods¶
class |
|
|
Details¶
- class Vips.RefString¶
- classmethod new(str)¶
- Parameters:
str (
str) – string to store- Returns:
the new [struct`RefString`], or
NULLon error.- Return type:
Create a new refstring. These are reference-counted immutable strings, used to store string data in vips image metadata.
Strings must be valid utf-8; use blob for binary data.
::: seealso [method`Area`.unref].