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
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 |