Constructor

FoundryAcpPermissionPolicynew_for_project_directory

unstable since: 1.2

Declaration [src]

FoundryAcpPermissionPolicy*
foundry_acp_permission_policy_new_for_project_directory (
  GFile* project_directory
)

Description [src]

Creates a reusable headless permission policy for ACP requests.

Available since: 1.2

Parameters

project_directory

Type: GFile

Project root used for containment checks.

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.