gtk-d v3.6.1 (2017-04-24T17:21:39Z)
Home
Dub
Repo
ExtensionSet.OnExtensionAddedDelegateWrapper
peas
ExtensionSet
ExtensionSet
Undocumented in source.
class
ExtensionSet
protected
class
OnExtensionAddedDelegateWrapper {
static
OnExtensionAddedDelegateWrapper
[]
listeners
;
void
delegate
(
PluginInfo
,
ObjectG
,
ExtensionSet
)
dlg
;
gulong
handlerId
;
this
(void delegate(PluginInfo, ObjectG, ExtensionSet) dlg);
void
remove
(OnExtensionAddedDelegateWrapper source);
}
Constructors
this
this
(void delegate(PluginInfo, ObjectG, ExtensionSet) dlg)
Undocumented in source.
Members
Functions
remove
void
remove
(OnExtensionAddedDelegateWrapper source)
Undocumented in source. Be warned that the author may not have intended to support it.
Static variables
listeners
OnExtensionAddedDelegateWrapper
[]
listeners
;
Undocumented in source.
Variables
dlg
void
delegate
(
PluginInfo
,
ObjectG
,
ExtensionSet
)
dlg
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
peas
ExtensionSet
ExtensionSet
classes
OnExtensionAddedDelegateWrapper
OnExtensionRemovedDelegateWrapper
constructors
this
functions
addOnExtensionAdded
addOnExtensionRemoved
foreac
getExtension
getExtensionSetStruct
getStruct
setStruct
static functions
callBackExtensionAdded
callBackExtensionAddedDestroy
callBackExtensionRemoved
callBackExtensionRemovedDestroy
getType
variables
peasExtensionSet