[][src]Trait gio::SocketServiceExt

pub trait SocketServiceExt: 'static {
    fn is_active(&self) -> bool;
fn start(&self);
fn stop(&self);
fn connect_incoming<F: Fn(&Self, &SocketConnection, &Option<Object>) -> bool + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required methods

fn is_active(&self) -> bool

fn start(&self)

fn stop(&self)

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

Loading content...

Implementors

impl<O: IsA<SocketService>> SocketServiceExt for O[src]

Loading content...