[−][src]Trait gio::prelude::AppLaunchContextExt
Required methods
fn get_display<P: IsA<AppInfo>>(
&self,
info: &P,
files: &[File]
) -> Option<GString>
&self,
info: &P,
files: &[File]
) -> Option<GString>
fn get_environment(&self) -> Vec<OsString>
fn get_startup_notify_id<P: IsA<AppInfo>>(
&self,
info: &P,
files: &[File]
) -> Option<GString>
&self,
info: &P,
files: &[File]
) -> Option<GString>
fn launch_failed(&self, startup_notify_id: &str)
fn setenv<P: AsRef<OsStr>, Q: AsRef<OsStr>>(&self, variable: P, value: Q)
fn unsetenv<P: AsRef<OsStr>>(&self, variable: P)
fn connect_launch_failed<F: Fn(&Self, &str) + 'static>(
&self,
f: F
) -> SignalHandlerId
&self,
f: F
) -> SignalHandlerId
fn connect_launched<F: Fn(&Self, &AppInfo, &Variant) + 'static>(
&self,
f: F
) -> SignalHandlerId
&self,
f: F
) -> SignalHandlerId
Implementors
impl<O: IsA<AppLaunchContext>> AppLaunchContextExt for O
[src]
fn get_display<P: IsA<AppInfo>>(
&self,
info: &P,
files: &[File]
) -> Option<GString>
[src]
&self,
info: &P,
files: &[File]
) -> Option<GString>
fn get_environment(&self) -> Vec<OsString>
[src]
fn get_startup_notify_id<P: IsA<AppInfo>>(
&self,
info: &P,
files: &[File]
) -> Option<GString>
[src]
&self,
info: &P,
files: &[File]
) -> Option<GString>
fn launch_failed(&self, startup_notify_id: &str)
[src]
fn setenv<P: AsRef<OsStr>, Q: AsRef<OsStr>>(&self, variable: P, value: Q)
[src]
fn unsetenv<P: AsRef<OsStr>>(&self, variable: P)
[src]
fn connect_launch_failed<F: Fn(&Self, &str) + 'static>(
&self,
f: F
) -> SignalHandlerId
[src]
&self,
f: F
) -> SignalHandlerId
fn connect_launched<F: Fn(&Self, &AppInfo, &Variant) + 'static>(
&self,
f: F
) -> SignalHandlerId
[src]
&self,
f: F
) -> SignalHandlerId