showUriFull

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.

More...

Parameters

parent gtk.window.Window

parent window

uri string

the uri to show

timestamp uint

timestamp from the event that triggered this call, or GDK_CURRENT_TIME

cancellable gio.cancellable.Cancellable

a gio.cancellable.Cancellable to cancel the launch

callback gio.types.AsyncReadyCallback

a callback to call when the action is complete

Detailed Description