Back to Seed Clases

Gio


Classes

Interfaces

Structs

Unions

Enums

GObject.Object
parent-child marker Gio.AppLaunchContext

Class 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
Integrating the launch with the launching application. This is used to
handle for instance startup notification and launching the new application
on the same screen as the launching window.
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gio
Method
Gio.app_info_launch_default_for_uri (String uri, AppLaunchContext launch_context) : gboolean
Utility function that launches the default application
registered to handle the specified uri.
Gio.AppInfo
Method
launch (Array files, AppLaunchContext launch_context) : gboolean
Launches the application.
Gio.AppInfo
Method
launch_uris (Array uris, AppLaunchContext launch_context) : gboolean
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.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:11:07 GMT+0800 (HKT)