gtk-d ~GtkD-3.7 (2022-02-27T01:35:29.3134103)
Dub
Repo
DBusObjectT.OnInterfaceAddedDelegateWrapper
gio
DBusObjectT
DBusObjectT
Undocumented in source.
template
DBusObjectT
(TStruct)
protected
class
OnInterfaceAddedDelegateWrapper {
void
delegate
(
DBusInterfaceIF
,
DBusObjectIF
)
dlg
;
gulong
handlerId
;
this
(void delegate(DBusInterfaceIF, DBusObjectIF) dlg);
void
remove
(OnInterfaceAddedDelegateWrapper source);
}
Constructors
this
this
(void delegate(DBusInterfaceIF, DBusObjectIF) dlg)
Undocumented in source.
Members
Functions
remove
void
remove
(OnInterfaceAddedDelegateWrapper 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