gtk-d v3.5.1 (2017-01-10T22:24:21Z)
Home
Dub
Repo
SocketService.OnIncomingDelegateWrapper
gio
SocketService
SocketService
Undocumented in source.
class
SocketService
protected
class
OnIncomingDelegateWrapper {
bool
delegate
(
SocketConnection
,
ObjectG
,
SocketService
)
dlg
;
gulong
handlerId
;
ConnectFlags
flags
;
this
(bool delegate(SocketConnection, ObjectG, SocketService) dlg, gulong handlerId, ConnectFlags flags);
}
Constructors
this
this
(bool delegate(SocketConnection, ObjectG, SocketService) dlg, gulong handlerId, ConnectFlags flags)
Undocumented in source.
Members
Variables
dlg
bool
delegate
(
SocketConnection
,
ObjectG
,
SocketService
)
dlg
;
Undocumented in source.
flags
ConnectFlags
flags
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
gio
SocketService
SocketService
classes
OnIncomingDelegateWrapper
constructors
this
functions
addOnIncoming
getSocketServiceStruct
getStruct
internalRemoveOnIncoming
isActive
setStruct
start
stop
static functions
callBackIncoming
callBackIncomingDestroy
getType
variables
gSocketService
onIncomingListeners