GObject.Object
Gio.Permission
Import line: | Gio = imports.gi.Gio; |
GIR File: | Gio-2.0.gir |
C documentation: | GPermission |
Class : | Permission |
Extends: | GObject.Object |
Show / Hide Inherited methods, properties and signals |
Properties | Defined By | |
---|---|---|
allowed : Boolean
read only
|
Gio.Permission | |
can_acquire : Boolean
read only
|
Gio.Permission | |
can_release : Boolean
read only
|
Gio.Permission | |
parent_instance : GObject.Object
read only
|
Gio.Permission | |
priv : Gio.PermissionPrivate
read only
|
Gio.Permission |
Method / Constructor | Defined By | |
---|---|---|
new Gio.Permission
(Object properties)
Create a new Gio.Permission
Create a new Gio.Permission
|
||
acquire
(Cancellable cancellable)
:
Boolean
|
Gio.Permission | |
|
Gio.Permission | |
acquire_finish
(AsyncResult result)
:
Boolean
|
Gio.Permission | |
get_allowed
()
:
Boolean
|
Gio.Permission | |
get_can_acquire
()
:
Boolean
|
Gio.Permission | |
get_can_release
()
:
Boolean
|
Gio.Permission | |
Gio.Permission | ||
release
(Cancellable cancellable)
:
Boolean
|
Gio.Permission | |
|
Gio.Permission | |
release_finish
(AsyncResult result)
:
Boolean
|
Gio.Permission |
None |