Trait gio::prelude::ThreadedSocketServiceExt
source · pub trait ThreadedSocketServiceExt: 'static {
// Required methods
fn max_threads(&self) -> i32;
fn connect_run<F: Fn(&Self, &SocketConnection, Option<&Object>) -> bool + 'static>(
&self,
f: F
) -> SignalHandlerId;
}