Creates a new gio.SocketService with no sockets to listen for. New listeners can be added with e.g. Socket.listenerAddAddress or Socket.listenerAddInetPort.
New services are created active, there is no need to call Socket.serviceStart, unless Socket.serviceStop has been called before.
a new gio.SocketService
ConstructionException GTK+ fails to create the object.
2.22
Creates a new gio.SocketService with no sockets to listen for. New listeners can be added with e.g. Socket.listenerAddAddress or Socket.listenerAddInetPort.
New services are created active, there is no need to call Socket.serviceStart, unless Socket.serviceStop has been called before.