Method
IdeConfigset_internal_strv
Declaration
void
ide_config_set_internal_strv (
IdeConfig* self,
const gchar* key,
const gchar* const* value
)
Parameters
key
-
Type:
const gchar*
No description available.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. value
-
Type:
const gchar* const*
No description available.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.