gtk-d v3.7.3 (2017-12-16T16:21:49Z)
Home
Dub
Repo
SocketService.OnIncomingDelegateWrapper
gio
SocketService
SocketService
Undocumented in source.
class
SocketService
protected
class
OnIncomingDelegateWrapper {
bool
delegate
(
SocketConnection
,
ObjectG
,
SocketService
)
dlg
;
gulong
handlerId
;
this
(bool delegate(SocketConnection, ObjectG, SocketService) dlg);
void
remove
(OnIncomingDelegateWrapper source);
}
Constructors
this
this
(bool delegate(SocketConnection, ObjectG, SocketService) dlg)
Undocumented in source.
Members
Functions
remove
void
remove
(OnIncomingDelegateWrapper source)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
dlg
bool
delegate
(
SocketConnection
,
ObjectG
,
SocketService
)
dlg
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
gio
SocketService
SocketService
classes
OnIncomingDelegateWrapper
constructors
this
functions
addOnIncoming
getSocketServiceStruct
getStruct
isActive
setStruct
start
stop
static functions
callBackIncoming
callBackIncomingDestroy
getType
variables
gSocketService
onIncomingListeners