Otherwise, false is returned and error is set
showUriFullFinish
fn
bool showUriFullFinish(gtk.window.Window parent, gio.async_result.AsyncResult result)Finishes the [gtk.global.showUri] call and returns the result of the operation.
Parameters
parent | the [gtk.window.Window] passed to [gtk.global.showUri] |
result | [gio.async_result.AsyncResult] that was passed to callback |
Returns
true if the URI was shown successfully.
Throws
[ErrorWrap]
Deprecated
Use [gtk.file_launcher.FileLauncher.launchFinish] or
[gtk.uri_launcher.UriLauncher.launchFinish] instead