gtk-d v3.7.3 (2017-12-16T16:21:49Z)
Home
Dub
Repo
ThreadedSocketService.OnRunDelegateWrapper
gio
ThreadedSocketService
ThreadedSocketService
Undocumented in source.
class
ThreadedSocketService
protected
class
OnRunDelegateWrapper {
bool
delegate
(
SocketConnection
,
ObjectG
,
ThreadedSocketService
)
dlg
;
gulong
handlerId
;
this
(bool delegate(SocketConnection, ObjectG, ThreadedSocketService) dlg);
void
remove
(OnRunDelegateWrapper source);
}
Constructors
this
this
(bool delegate(SocketConnection, ObjectG, ThreadedSocketService) dlg)
Undocumented in source.
Members
Functions
remove
void
remove
(OnRunDelegateWrapper source)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
dlg
bool
delegate
(
SocketConnection
,
ObjectG
,
ThreadedSocketService
)
dlg
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
gio
ThreadedSocketService
ThreadedSocketService
classes
OnRunDelegateWrapper
constructors
this
functions
addOnRun
getStruct
getThreadedSocketServiceStruct
setStruct
static functions
callBackRun
callBackRunDestroy
getType
variables
gThreadedSocketService
onRunListeners