implUpdate

open fun implUpdate(allowed: Boolean, canAcquire: Boolean, canRelease: Boolean)

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.

Since

2.26

Parameters

allowed

the new value for the 'allowed' property

canAcquire

the new value for the 'can-acquire' property

canRelease

the new value for the 'can-release' property