Trait gio::prelude::SocketListenerExtManual[][src]

pub trait SocketListenerExtManual: Sized {
    fn accept_socket_async<'a, P: Into<Option<&'a Cancellable>>, Q: FnOnce(Result<(Socket, Option<Object>), Error>) + Send + 'static>(
        &self,
        cancellable: P,
        callback: Q
    ); }

Required Methods

Implementors