Permission.implUpdate

void implUpdate(bool allowed, bool canAcquire, bool canRelease)

This function is called by the #GPermission implementation to update the properties of the permission. You should never call this function except from a #GPermission implementation.

GObject notify signals are generated, as appropriate.

Parameters

allowedthe new value for the 'allowed' property
canAcquirethe new value for the 'can-acquire' property
canReleasethe new value for the 'can-release' property