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
fn get_property_max_threads(&self) -> i32
fn connect_run<F: Fn(&Self, &SocketConnection, &Object) -> bool + 'static>(
&self,
f: F
) -> SignalHandlerId
&self,
f: F
) -> SignalHandlerId
fn connect_property_max_threads_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
&self,
f: F
) -> SignalHandlerId
Implementors
impl<O: IsA<ThreadedSocketService> + IsA<Object>> ThreadedSocketServiceExt for O