gtk-d v3.6.1 (2017-04-24T17:21:39Z)
Home
Dub
Repo
Engine.OnLoadPluginDelegateWrapper
peas
Engine
Engine
Undocumented in source.
class
Engine
protected
class
OnLoadPluginDelegateWrapper {
static
OnLoadPluginDelegateWrapper
[]
listeners
;
void
delegate
(
PluginInfo
,
Engine
)
dlg
;
gulong
handlerId
;
this
(void delegate(PluginInfo, Engine) dlg);
void
remove
(OnLoadPluginDelegateWrapper source);
}
Constructors
this
this
(void delegate(PluginInfo, Engine) dlg)
Undocumented in source.
Members
Functions
remove
void
remove
(OnLoadPluginDelegateWrapper source)
Undocumented in source. Be warned that the author may not have intended to support it.
Static variables
listeners
OnLoadPluginDelegateWrapper
[]
listeners
;
Undocumented in source.
Variables
dlg
void
delegate
(
PluginInfo
,
Engine
)
dlg
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
peas
Engine
Engine
classes
OnLoadPluginDelegateWrapper
OnUnloadPluginDelegateWrapper
constructors
this
functions
addOnLoadPlugin
addOnUnloadPlugin
addSearchPath
createExtensionValist
createExtensionv
enableLoader
garbageCollect
getEngineStruct
getLoadedPlugins
getPluginInfo
getPluginList
getStruct
loadPlugin
prependSearchPath
providesExtension
rescanPlugins
setLoadedPlugins
setStruct
unloadPlugin
static functions
callBackLoadPlugin
callBackLoadPluginDestroy
callBackUnloadPlugin
callBackUnloadPluginDestroy
getDefault
getType
variables
peasEngine