Description Usage Arguments Details Value Author(s)
Adds socket
to the set of sockets that we try to accept
new clients from. The socket must be bound to a local
address and listened to.
1 | gSocketListenerAddSocket(object, socket, source.object, .errwarn = TRUE)
|
|
a |
|
a listening |
|
Optional |
.errwarn |
Whether to issue a warning on error or fail silently |
source.object
will be passed out in the various calls
to accept to identify this particular source, which is
useful if you're listening on multiple addresses and do
different things depending on what address is connected to.
Since 2.22
A list containing the following elements:
retval |
[logical] |
|
|
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.