[][src]Trait gio::ThreadedSocketServiceExt

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

Required methods

fn get_property_max_threads(&self) -> i32

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

Loading content...

Implementors

impl<O: IsA<ThreadedSocketService>> ThreadedSocketServiceExt for O[src]

Loading content...