Class
FoundryAcpPermissionPolicy
Constructors
foundry_acp_permission_policy_new
Creates a reusable headless permission policy for ACP requests.
unstable since: 1.2
foundry_acp_permission_policy_new_for_project_directory
Creates a reusable headless permission policy for ACP requests.
unstable since: 1.2
Instance methods
foundry_acp_permission_policy_contains_path
Checks if path is contained by the policy project directory. Relative paths
are resolved below the project directory when one is configured.
unstable since: 1.2
foundry_acp_permission_policy_request_permission
Applies the policy to request and wraps the response in a future for use by
FoundryAcpClient implementations.
unstable since: 1.2
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.