Function gtk4::show_uri_full_future
source · pub fn show_uri_full_future(
parent: Option<&impl IsA<Window> + Clone + 'static>,
uri: &str,
timestamp: u32
) -> Pin<Box_<dyn Future<Output = Result<(), Error>> + 'static>>