gThreadedSocketServiceNew {RGtk2}R Documentation

gThreadedSocketServiceNew

Description

Creates a new GThreadedSocketService with no listeners. Listeners must be added with gSocketServiceAddListeners().

Usage

gThreadedSocketServiceNew(max.threads)

Arguments

max.threads

the maximal number of threads to execute concurrently handling incoming clients, -1 means no limit

Details

Since 2.22

Value

[GSocketService] a new GSocketService.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]