gtk-d v3.7.4 (2018-02-28T22:18:57Z)
Home
Dub
Repo
DBusObjectManagerT.OnObjectAddedDelegateWrapper
gio
DBusObjectManagerT
DBusObjectManagerT
Undocumented in source.
template
DBusObjectManagerT
(TStruct)
protected
class
OnObjectAddedDelegateWrapper {
void
delegate
(
DBusObjectIF
,
DBusObjectManagerIF
)
dlg
;
gulong
handlerId
;
this
(void delegate(DBusObjectIF, DBusObjectManagerIF) dlg);
void
remove
(OnObjectAddedDelegateWrapper source);
}
Constructors
this
this
(void delegate(DBusObjectIF, DBusObjectManagerIF) dlg)
Undocumented in source.
Members
Functions
remove
void
remove
(OnObjectAddedDelegateWrapper source)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
dlg
void
delegate
(
DBusObjectIF
,
DBusObjectManagerIF
)
dlg
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
gio
DBusObjectManagerT
DBusObjectManagerT
classes
OnInterfaceAddedDelegateWrapper
OnInterfaceRemovedDelegateWrapper
OnObjectAddedDelegateWrapper
OnObjectRemovedDelegateWrapper
functions
addOnInterfaceAdded
addOnInterfaceRemoved
addOnObjectAdded
addOnObjectRemoved
getDBusObjectManagerStruct
getInterface
getObject
getObjectPath
getObjects
static functions
callBackInterfaceAdded
callBackInterfaceAddedDestroy
callBackInterfaceRemoved
callBackInterfaceRemovedDestroy
callBackObjectAdded
callBackObjectAddedDestroy
callBackObjectRemoved
callBackObjectRemovedDestroy
variables
onInterfaceAddedListeners
onInterfaceRemovedListeners
onObjectAddedListeners
onObjectRemovedListeners