Trait gio::prelude::TcpConnectionExt

source ·
pub trait TcpConnectionExt: IsA<TcpConnection> + Sealed + 'static {
    // Provided methods
    fn is_graceful_disconnect(&self) -> bool { ... }
    fn set_graceful_disconnect(&self, graceful_disconnect: bool) { ... }
    fn connect_graceful_disconnect_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId { ... }
}

Provided Methods§

source

fn is_graceful_disconnect(&self) -> bool

source

fn set_graceful_disconnect(&self, graceful_disconnect: bool)

source

fn connect_graceful_disconnect_notify<F: Fn(&Self) + 'static>( &self, f: F ) -> SignalHandlerId

Object Safety§

This trait is not object safe.

Implementors§