Trait gio::prelude::ApplicationExtManual
source · pub trait ApplicationExtManual {
// Required methods
fn run(&self) -> i32;
fn run_with_args<S: AsRef<str>>(&self, args: &[S]) -> i32;
fn connect_open<F: Fn(&Self, &[File], &str) + 'static>(
&self,
f: F
) -> SignalHandlerId;
fn hold(&self) -> ApplicationHoldGuard;
fn mark_busy(&self) -> ApplicationBusyGuard;
}