gio.simple_permission.SimplePermission is a trivial implementation of gio.permission.Permission that represents a permission that is either always or never allowed. The value is given at construction and doesn’t change.
Calling gio.permission.Permission.acquire or gio.permission.Permission.release on a gio.simple_permission.SimplePermission will result in errors.
gio.simple_permission.SimplePermission is a trivial implementation of gio.permission.Permission that represents a permission that is either always or never allowed. The value is given at construction and doesn’t change.
Calling gio.permission.Permission.acquire or gio.permission.Permission.release on a gio.simple_permission.SimplePermission will result in errors.