Trait gio::PermissionExt
[−]
[src]
pub trait PermissionExt {
fn get_allowed(&self) -> bool;
fn get_can_acquire(&self) -> bool;
fn get_can_release(&self) -> bool;
fn impl_update(&self, allowed: bool, can_acquire: bool, can_release: bool);
}
Required Methods
fn get_allowed(&self) -> bool
fn get_can_acquire(&self) -> bool
fn get_can_release(&self) -> bool
fn impl_update(&self, allowed: bool, can_acquire: bool, can_release: bool)
Implementors
impl<O: IsA<Permission>> PermissionExt for O