showUriFullFinish

fnbool showUriFullFinish(gtk.window.Window parent, gio.async_result.AsyncResult result)

Finishes the [gtk.global.showUri] call and returns the result of the operation.

Parameters

parentthe [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.

Otherwise, false is returned and error is set

Throws

[ErrorWrap]

Deprecated

Use [gtk.file_launcher.FileLauncher.launchFinish] or

[gtk.uri_launcher.UriLauncher.launchFinish] instead