Trait gio::prelude::CancellableExt
source · pub trait CancellableExt: 'static {
// Required methods
fn cancel(&self);
fn fd(&self) -> i32;
fn is_cancelled(&self) -> bool;
fn pop_current(&self);
fn push_current(&self);
fn release_fd(&self);
}