showUriFull

fnvoid showUriFull(gtk.window.Window parent, string uri, uint timestamp, gio.cancellable.Cancellable cancellable = null, gio.types.AsyncReadyCallback callback = null)

This function launches the default application for showing a given uri.

The callback will be called when the launch is completed. It should call [gtk.global.showUriFullFinish] to obtain the result.

This is the recommended call to be used as it passes information necessary for sandbox helpers to parent their dialogs properly.

Parameters

parentparent window
urithe uri to show
timestamptimestamp from the event that triggered this call, or [gdk.types.CURRENT_TIME]
cancellablea [gio.cancellable.Cancellable] to cancel the launch
callbacka callback to call when the action is complete

Deprecated

Use [gtk.file_launcher.FileLauncher.launch] or

[gtk.uri_launcher.UriLauncher.launch] instead