gtk-d v3.5.1 (2017-01-10T22:24:21Z)
Home
Dub
Repo
Engine.OnUnloadPluginDelegateWrapper
peas
Engine
Engine
Undocumented in source.
class
Engine
protected
class
OnUnloadPluginDelegateWrapper {
void
delegate
(
PluginInfo
,
Engine
)
dlg
;
gulong
handlerId
;
ConnectFlags
flags
;
this
(void delegate(PluginInfo, Engine) dlg, gulong handlerId, ConnectFlags flags);
}
Constructors
this
this
(void delegate(PluginInfo, Engine) dlg, gulong handlerId, ConnectFlags flags)
Undocumented in source.
Members
Variables
dlg
void
delegate
(
PluginInfo
,
Engine
)
dlg
;
Undocumented in source.
flags
ConnectFlags
flags
;
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
internalRemoveOnLoadPlugin
internalRemoveOnUnloadPlugin
loadPlugin
prependSearchPath
providesExtension
rescanPlugins
setLoadedPlugins
setStruct
unloadPlugin
static functions
callBackLoadPlugin
callBackLoadPluginDestroy
callBackUnloadPlugin
callBackUnloadPluginDestroy
getDefault
getType
variables
onLoadPluginListeners
onUnloadPluginListeners
peasEngine