Method
FoundryAcpManagerfind_agent
unstable since: 1.2
Declaration [src]
DexFuture*
foundry_acp_manager_find_agent (
FoundryAcpManager* self,
const char* id
)
Parameters
id-
Type:
const char*The agent 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 that resolves to a
FoundryAcpAgent.
| The caller of the method takes ownership of the returned data, and is responsible for freeing it. |