Type Alias GThreadedSocketService

Source
pub type GThreadedSocketService = _GThreadedSocketService;
Expand description

GThreadedSocketService:

A helper class for handling accepting incoming connections in the glib mainloop and handling them in a thread.

Since: 2.22

Aliased Type§

struct GThreadedSocketService {
    pub parent_instance: _GSocketService,
    pub priv_: *mut _GThreadedSocketServicePrivate,
}

Fields§

§parent_instance: _GSocketService§priv_: *mut _GThreadedSocketServicePrivate