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
)

Description [src]

Requests a session config option change.

Available since: 1.2

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.

Return value

Type: DexFuture

A DexFuture.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.