gtk-d ~GtkD-3.7 (2022-02-27T01:35:29.3134103)
Dub
Repo
SocketListener.OnEventDelegateWrapper
gio
SocketListener
SocketListener
Undocumented in source.
class
SocketListener
protected
class
OnEventDelegateWrapper {
void
delegate
(
GSocketListenerEvent
,
Socket
,
SocketListener
)
dlg
;
gulong
handlerId
;
this
(void delegate(GSocketListenerEvent, Socket, SocketListener) dlg);
void
remove
(OnEventDelegateWrapper source);
}
Constructors
this
this
(void delegate(GSocketListenerEvent, Socket, SocketListener) dlg)
Undocumented in source.
Members
Functions
remove
void
remove
(OnEventDelegateWrapper source)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
dlg
void
delegate
(
GSocketListenerEvent
,
Socket
,
SocketListener
)
dlg
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
gio
SocketListener
SocketListener
classes
OnEventDelegateWrapper
constructors
this
functions
accept
acceptAsync
acceptFinish
acceptSocket
acceptSocketAsync
acceptSocketFinish
addAddress
addAnyInetPort
addInetPort
addOnEvent
addSocket
close
getSocketListenerStruct
getStruct
setBacklog
setStruct
static functions
callBackEvent
callBackEventDestroy
getType
variables
gSocketListener
onEventListeners