Method
RBStringValueMapset
Declaration [src]
void
rb_string_value_map_set (
RBStringValueMap* map,
const char* key,
const GValue* value
)
Parameters
key-
Type:
const char*Key to set.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. value-
Type:
GValueValue to store.
The data is owned by the caller of the method.