showUriFull
fun showUriFull(parent: Window? = null, uri: String, timestamp: <Error class: unknown class>, cancellable: <Error class: unknown class>? = null, callback: <Error class: unknown class>)
This function launches the default application for showing a given uri.
The @callback will be called when the launch is completed.
This is the recommended call to be used as it passes information necessary for sandbox helpers to parent their dialogs properly.
Parameters
parent
parent window
uri
the uri to show
timestamp
timestamp from the event that triggered this call, or %GDK_CURRENT_TIME
cancellable
a GCancellable
to cancel the launch
callback
a callback to call when the action is complete