Deprecatedparent: Gtk.Window | nullparent window
Deprecateduri: stringthe uri to show
Deprecatedtimestamp: numbertimestamp from the event that triggered this call, or GDK_CURRENT_TIME
Deprecatedcancellable: Gio.Cancellable | nulla 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 | nullparent window
Deprecateduri: stringthe uri to show
Deprecatedtimestamp: numbertimestamp from the event that triggered this call, or GDK_CURRENT_TIME
Deprecatedcancellable: Gio.Cancellable | nulla Gio.Cancellable to cancel the launch
Deprecatedcallback: AsyncReadyCallback<Gtk.Window | null> | nulla 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 | nullparent window
Deprecateduri: stringthe uri to show
Deprecatedtimestamp: numbertimestamp from the event that triggered this call, or GDK_CURRENT_TIME
Deprecatedcancellable: Gio.Cancellable | nulla Gio.Cancellable to cancel the launch
Deprecatedcallback: AsyncReadyCallback<Gtk.Window | null> | nulla 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.