Type Alias GAppLaunchContext

Source
pub type GAppLaunchContext = _GAppLaunchContext;
Expand description

GAppLaunchContext:

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.

Aliased Type§

struct GAppLaunchContext {
    pub parent_instance: _GObject,
    pub priv_: *mut _GAppLaunchContextPrivate,
}

Fields§

§parent_instance: _GObject§priv_: *mut _GAppLaunchContextPrivate