[−][src]Trait gio::prelude::AppInfoExtManual
Required methods
fn launch_uris_async<P: IsA<AppLaunchContext>, Q: IsA<Cancellable>, R: FnOnce(Result<(), Error>) + Send + 'static>(
&self,
uris: &[&str],
context: Option<&P>,
cancellable: Option<&Q>,
callback: R
)
&self,
uris: &[&str],
context: Option<&P>,
cancellable: Option<&Q>,
callback: R
)
fn launch_uris_async_future<P: IsA<AppLaunchContext> + Clone + 'static>(
&self,
uris: &[&str],
context: Option<&P>
) -> Pin<Box_<dyn Future<Output = Result<(), Error>> + 'static>>
&self,
uris: &[&str],
context: Option<&P>
) -> Pin<Box_<dyn Future<Output = Result<(), Error>> + 'static>>
Implementors
impl<O: IsA<AppInfo>> AppInfoExtManual for O
[src]
fn launch_uris_async<P: IsA<AppLaunchContext>, Q: IsA<Cancellable>, R: FnOnce(Result<(), Error>) + Send + 'static>(
&self,
uris: &[&str],
context: Option<&P>,
cancellable: Option<&Q>,
callback: R
)
[src]
&self,
uris: &[&str],
context: Option<&P>,
cancellable: Option<&Q>,
callback: R
)
fn launch_uris_async_future<P: IsA<AppLaunchContext> + Clone + 'static>(
&self,
uris: &[&str],
context: Option<&P>
) -> Pin<Box_<dyn Future<Output = Result<(), Error>> + 'static>>
[src]
&self,
uris: &[&str],
context: Option<&P>
) -> Pin<Box_<dyn Future<Output = Result<(), Error>> + 'static>>