Constructor

FoundryAcpPermissionPolicynew

unstable since: 1.2

Declaration [src]

FoundryAcpPermissionPolicy*
foundry_acp_permission_policy_new (
  FoundryContext* context
)

Description [src]

Creates a reusable headless permission policy for ACP requests.

Available since: 1.2

Parameters

context

Type: FoundryContext

A FoundryContext.

The argument can be NULL.
The data is owned by the caller of the function.

Return value

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