Trait gio::prelude::TcpConnectionExt [−][src]
pub trait TcpConnectionExt {
fn get_graceful_disconnect(&self) -> bool;
fn set_graceful_disconnect(&self, graceful_disconnect: bool);
fn connect_property_graceful_disconnect_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId;
}Required Methods
fn get_graceful_disconnect(&self) -> bool
fn set_graceful_disconnect(&self, graceful_disconnect: bool)
fn connect_property_graceful_disconnect_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
&self,
f: F
) -> SignalHandlerId
Implementors
impl<O: IsA<TcpConnection> + IsA<Object>> TcpConnectionExt for O