Method

FoundryAcpSessionset_mode

unstable since: 1.2

Declaration [src]

DexFuture*
foundry_acp_session_set_mode (
  FoundryAcpSession* self,
  const char* mode_id
)

Description [src]

Requests a session mode change.

Available since: 1.2

Parameters

mode_id

Type: const char*

The ACP mode 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.