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