GObject.Object
Gio.AppLaunchContext
Import line: | Gio = imports.gi.Gio; |
GIR File: | Gio-2.0.gir |
C documentation: | GAppLaunchContext |
Class : | AppLaunchContext |
Subclasses: | Gdk.AppLaunchContext |
Extends: | GObject.Object |
Properties | Defined By | |
---|---|---|
parent_instance : GObject.Object
read only
|
Gio.AppLaunchContext | |
priv : Gio.AppLaunchContextPrivate
read only
|
Gio.AppLaunchContext |
Method / Constructor | Defined By | |
---|---|---|
new Gio.AppLaunchContext
(Object properties)
Create a new Gio.AppLaunchContext
Create a new Gio.AppLaunchContext
|
||
Gets the display string for the context.
Gets the display string for the context. This is used to ensure new
applications are started on the same display as the launching application, by setting the
|
Gio.AppLaunchContext | |
Initiates startup notification for the application and returns the
if supported.
Initiates startup notification for the application and returns the
if supported. Startup notification IDs are defined in the FreeDesktop.Org Startup Notifications standard. not supported.
|
Gio.AppLaunchContext | |
launch_failed
(String startup_notify_id)
:
none
Called when an application has failed to launch, so that it can cancel
the application startup notification started in g_app_launch_context_get_startup_notify_id().
Called when an application has failed to launch, so that it can cancel
the application startup notification started in g_app_launch_context_get_startup_notify_id().
|
Gio.AppLaunchContext |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Gio
Method |
Utility function that launches the default application
registered to handle the specified uri. |
Gio.AppInfo
Method |
Launches the application.
|
Gio.AppInfo
Method |
Launches the application.
|
Gio.DesktopAppInfo
Method |
launch_uris_as_manager
(Array uris, AppLaunchContext launch_context, SpawnFlags spawn_flags, Function user_setup, void* user_setup_data, Function pid_callback, void* pid_callback_data)
:
gboolean
This function performs the equivalent of g_app_info_launch_uris(),
but is intended primarily for operating system components that launch applications. |