Trait gio::ThreadedSocketServiceExt[][src]

pub trait ThreadedSocketServiceExt {
    fn get_property_max_threads(&self) -> i32;
fn connect_run<F: Fn(&Self, &SocketConnection, &Object) -> bool + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_max_threads_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required Methods

Implementors