gtk-d v3.6.6 (2017-08-06T14:57:30Z)
Home
Dub
Repo
DBusObjectT.OnInterfaceRemovedDelegateWrapper
gio
DBusObjectT
DBusObjectT
Undocumented in source.
template
DBusObjectT
(TStruct)
protected
class
OnInterfaceRemovedDelegateWrapper {
void
delegate
(
DBusInterfaceIF
,
DBusObjectIF
)
dlg
;
gulong
handlerId
;
this
(void delegate(DBusInterfaceIF, DBusObjectIF) dlg);
void
remove
(OnInterfaceRemovedDelegateWrapper source);
}
Constructors
this
this
(void delegate(DBusInterfaceIF, DBusObjectIF) dlg)
Undocumented in source.
Members
Functions
remove
void
remove
(OnInterfaceRemovedDelegateWrapper source)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
dlg
void
delegate
(
DBusInterfaceIF
,
DBusObjectIF
)
dlg
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
gio
DBusObjectT
DBusObjectT
classes
OnInterfaceAddedDelegateWrapper
OnInterfaceRemovedDelegateWrapper
functions
addOnInterfaceAdded
addOnInterfaceRemoved
getDBusObjectStruct
getInterface
getInterfaces
getObjectPath
static functions
callBackInterfaceAdded
callBackInterfaceAddedDestroy
callBackInterfaceRemoved
callBackInterfaceRemovedDestroy
variables
onInterfaceAddedListeners
onInterfaceRemovedListeners