gtk-d v3.7.3 (2017-12-16T16:21:49Z)
Home
Dub
Repo
DBusServer.OnNewConnectionDelegateWrapper
gio
DBusServer
DBusServer
Undocumented in source.
class
DBusServer
protected
class
OnNewConnectionDelegateWrapper {
bool
delegate
(
DBusConnection
,
DBusServer
)
dlg
;
gulong
handlerId
;
this
(bool delegate(DBusConnection, DBusServer) dlg);
void
remove
(OnNewConnectionDelegateWrapper source);
}
Constructors
this
this
(bool delegate(DBusConnection, DBusServer) dlg)
Undocumented in source.
Members
Functions
remove
void
remove
(OnNewConnectionDelegateWrapper source)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
dlg
bool
delegate
(
DBusConnection
,
DBusServer
)
dlg
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
gio
DBusServer
DBusServer
classes
OnNewConnectionDelegateWrapper
constructors
this
functions
addOnNewConnection
getClientAddress
getDBusServerStruct
getFlags
getGuid
getStruct
isActive
setStruct
start
stop
mixins
__anonymous
static functions
callBackNewConnection
callBackNewConnectionDestroy
getType
variables
gDBusServer
onNewConnectionListeners