Deprecatedparent: Gtk.Window
parent window
Deprecateduri: string
the uri to show
Deprecatedtimestamp: number
timestamp from the event that triggered this call, or GDK_CURRENT_TIME
Deprecatedcancellable: Gio.Cancellable
a Gio.Cancellable to cancel the launch
since 4.10: Use Gtk.FileLauncher.launch or Gtk.UriLauncher.launch instead
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.
Deprecatedparent: Gtk.Window
parent window
Deprecateduri: string
the uri to show
Deprecatedtimestamp: number
timestamp from the event that triggered this call, or GDK_CURRENT_TIME
Deprecatedcancellable: Gio.Cancellable
a Gio.Cancellable to cancel the launch
Deprecatedcallback: AsyncReadyCallback<Gtk.Window>
a callback to call when the action is complete
since 4.10: Use Gtk.FileLauncher.launch or Gtk.UriLauncher.launch instead
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.
Deprecatedparent: Gtk.Window
parent window
Deprecateduri: string
the uri to show
Deprecatedtimestamp: number
timestamp from the event that triggered this call, or GDK_CURRENT_TIME
Deprecatedcancellable: Gio.Cancellable
a Gio.Cancellable to cancel the launch
Deprecatedcallback: AsyncReadyCallback<Gtk.Window>
a callback to call when the action is complete
since 4.10: Use Gtk.FileLauncher.launch or Gtk.UriLauncher.launch instead
This function launches the default application for showing a given uri.
The
callbackwill 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.