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
resultgio.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

Deprecated