Method
FoundryAcpPermissionPolicyrequest_permission
unstable since: 1.2
Declaration [src]
DexFuture*
foundry_acp_permission_policy_request_permission (
FoundryAcpPermissionPolicy* self,
FoundryAcpPermissionRequest* request
)
Description [src]
Applies the policy to request and wraps the response in a future for use by
FoundryAcpClient implementations.
Available since: 1.2
Parameters
request-
Type:
FoundryAcpPermissionRequestA
FoundryAcpPermissionRequest.The data is owned by the caller of the method.
Return value
Type: DexFuture
A DexFuture resolving to a
FoundryAcpPermissionResponse.
| The caller of the method takes ownership of the returned data, and is responsible for freeing it. |