gtk-d v3.5.1 (2017-01-10T22:24:21Z)
Home
Dub
Repo
DBusServer.OnNewConnectionDelegateWrapper
gio
DBusServer
DBusServer
Undocumented in source.
class
DBusServer
protected
class
OnNewConnectionDelegateWrapper {
bool
delegate
(
DBusConnection
,
DBusServer
)
dlg
;
gulong
handlerId
;
ConnectFlags
flags
;
this
(bool delegate(DBusConnection, DBusServer) dlg, gulong handlerId, ConnectFlags flags);
}
Constructors
this
this
(bool delegate(DBusConnection, DBusServer) dlg, gulong handlerId, ConnectFlags flags)
Undocumented in source.
Members
Variables
dlg
bool
delegate
(
DBusConnection
,
DBusServer
)
dlg
;
Undocumented in source.
flags
ConnectFlags
flags
;
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
internalRemoveOnNewConnection
isActive
setStruct
start
stop
mixins
__anonymous
static functions
callBackNewConnection
callBackNewConnectionDestroy
getType
variables
gDBusServer
onNewConnectionListeners