Trait gio::SocketAddressExt[][src]

pub trait SocketAddressExt {
    fn get_family(&self) -> SocketFamily;
fn get_native_size(&self) -> isize;
fn connect_property_family_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required Methods

Implementors