gtk-d v3.5.1 (2017-01-10T22:24:21Z)
Home
Dub
Repo
AppLaunchContext.OnLaunchedDelegateWrapper
gio
AppLaunchContext
AppLaunchContext
Undocumented in source.
class
AppLaunchContext
protected
class
OnLaunchedDelegateWrapper {
void
delegate
(
AppInfoIF
,
Variant
,
AppLaunchContext
)
dlg
;
gulong
handlerId
;
ConnectFlags
flags
;
this
(void delegate(AppInfoIF, Variant, AppLaunchContext) dlg, gulong handlerId, ConnectFlags flags);
}
Constructors
this
this
(void delegate(AppInfoIF, Variant, AppLaunchContext) dlg, gulong handlerId, ConnectFlags flags)
Undocumented in source.
Members
Variables
dlg
void
delegate
(
AppInfoIF
,
Variant
,
AppLaunchContext
)
dlg
;
Undocumented in source.
flags
ConnectFlags
flags
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
gio
AppLaunchContext
AppLaunchContext
classes
OnLaunchFailedDelegateWrapper
OnLaunchedDelegateWrapper
constructors
this
functions
addOnLaunchFailed
addOnLaunched
getAppLaunchContextStruct
getDisplay
getEnvironment
getStartupNotifyId
getStruct
internalRemoveOnLaunchFailed
internalRemoveOnLaunched
launchFailed
setStruct
setenv
unsetenv
static functions
callBackLaunchFailed
callBackLaunchFailedDestroy
callBackLaunched
callBackLaunchedDestroy
getType
variables
gAppLaunchContext
onLaunchFailedListeners
onLaunchedListeners