gtk-d v3.7.3 (2017-12-16T16:21:49Z)
Home
Dub
Repo
Application.ScopedOnCommandLineDelegateWrapper
gio
Application
Application
Undocumented in source.
class
Application
protected
class
ScopedOnCommandLineDelegateWrapper {
int
delegate
(
Scoped
!
ApplicationCommandLine
,
Application
)
dlg
;
gulong
handlerId
;
this
(int delegate(Scoped!ApplicationCommandLine, Application) dlg);
void
remove
(ScopedOnCommandLineDelegateWrapper source);
}
Constructors
this
this
(int delegate(Scoped!ApplicationCommandLine, Application) dlg)
Undocumented in source.
Members
Functions
remove
void
remove
(ScopedOnCommandLineDelegateWrapper source)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
dlg
int
delegate
(
Scoped
!
ApplicationCommandLine
,
Application
)
dlg
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
gio
Application
Application
classes
OnActivateDelegateWrapper
OnCommandLineDelegateWrapper
OnHandleLocalOptionsDelegateWrapper
OnOpenDelegateWrapper
OnShutdownDelegateWrapper
OnStartupDelegateWrapper
ScopedOnCommandLineDelegateWrapper
constructors
this
functions
activate
addMainOption
addMainOptionEntries
addOnActivate
addOnCommandLine
addOnHandleLocalOptions
addOnOpen
addOnShutdown
addOnStartup
addOptionGroup
bindBusyProperty
getApplicationId
getApplicationStruct
getDbusConnection
getDbusObjectPath
getFlags
getInactivityTimeout
getIsBusy
getIsRegistered
getIsRemote
getResourceBasePath
getStruct
hold
markBusy
open
quit
register
release
run
sendNotification
setActionGroup
setApplicationId
setDefault
setFlags
setInactivityTimeout
setResourceBasePath
setStruct
unbindBusyProperty
unmarkBusy
withdrawNotification
mixins
__anonymous
static functions
callBackActivate
callBackActivateDestroy
callBackCommandLine
callBackCommandLineDestroy
callBackHandleLocalOptions
callBackHandleLocalOptionsDestroy
callBackOpen
callBackOpenDestroy
callBackScopedCommandLine
callBackScopedCommandLineDestroy
callBackShutdown
callBackShutdownDestroy
callBackStartup
callBackStartupDestroy
getDefault
getType
idIsValid
variables
gApplication
onActivateListeners
onCommandLineListeners
onHandleLocalOptionsListeners
onOpenListeners
onShutdownListeners
onStartupListeners
scopedOnCommandLineListeners