Trait gio::prelude::ThreadedSocketServiceExt

source ·
pub trait ThreadedSocketServiceExt: IsA<ThreadedSocketService> + Sealed + 'static {
    // Provided methods
    fn max_threads(&self) -> i32 { ... }
    fn connect_run<F: Fn(&Self, &SocketConnection, Option<&Object>) -> bool + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId { ... }
}

Provided Methods§

source

fn max_threads(&self) -> i32

source

fn connect_run<F: Fn(&Self, &SocketConnection, Option<&Object>) -> bool + 'static>( &self, f: F ) -> SignalHandlerId

Object Safety§

This trait is not object safe.

Implementors§