Method
FoundrySettingsset_string
[−]
Declaration [src]
void
foundry_settings_set_string (
FoundrySettings* self,
const char* key,
const char* val
)
[−]
Parameters
key
-
Type:
const char*
No description available.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. val
-
Type:
const char*
No description available.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.