Package org.gnome.gio

Class SimplePermission

java.lang.Object
All Implemented Interfaces:
Proxy

@Generated("io.github.jwharm.JavaGI") public class SimplePermission extends Permission
GSimplePermission is a trivial implementation of Permission that represents a permission that is either always or never allowed. The value is given at construction and doesn’t change.

Calling Permission.acquire(org.gnome.gio.Cancellable) or Permission.release(org.gnome.gio.Cancellable) on a GSimplePermission will result in errors.