Trait gio::AppLaunchContextExt[][src]

pub trait AppLaunchContextExt {
    fn get_display<P: IsA<AppInfo>>(
        &self,
        info: &P,
        files: &[File]
    ) -> Option<String>;
fn get_environment(&self) -> Vec<String>;
fn get_startup_notify_id<P: IsA<AppInfo>>(
        &self,
        info: &P,
        files: &[File]
    ) -> Option<String>;
fn launch_failed(&self, startup_notify_id: &str);
fn setenv(&self, variable: &str, value: &str);
fn unsetenv(&self, variable: &str); }

Required Methods

Important traits for Vec<u8>

Implementors