Permission.implUpdate

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

class Permission
void
implUpdate

Parameters

allowed int

the new value for the 'allowed' property

canAcquire int

the new value for the 'can-acquire' property

canRelease int

the new value for the 'can-release' property

Meta