[go: up one dir, main page]

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

Implementors