pub type GSocketService = _GSocketService;Expand description
GSocketService:
A helper class for handling accepting incoming connections in the glib mainloop.
Since: 2.22
Aliased Type§
#[repr(C)]pub struct GSocketService {
pub parent_instance: _GSocketListener,
pub priv_: *mut _GSocketServicePrivate,
}Fields§
§parent_instance: _GSocketListener§priv_: *mut _GSocketServicePrivate