Method
FoundryAcpSessionset_config_option
unstable since: 1.2
Declaration [src]
DexFuture*
foundry_acp_session_set_config_option (
FoundryAcpSession* self,
const char* config_id,
const char* value_id
)
Parameters
config_id-
Type:
const char*The ACP config option identifier.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. value_id-
Type:
const char*The ACP config value identifier.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.