Method
GrlDataadd_string
since: 0.1.10
Declaration [src]
void
grl_data_add_string (
GrlData* data,
GrlKeyID key,
const gchar* strvalue
)
Parameters
key
-
Type:
GrlKeyID
Key to append.
strvalue
-
Type:
const gchar*
The new value.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.