Trait gio::UnixSocketAddressExt[][src]

pub trait UnixSocketAddressExt {
    fn get_address_type(&self) -> UnixSocketAddressType;
fn get_is_abstract(&self) -> bool;
fn get_path_len(&self) -> usize;
fn get_property_abstract(&self) -> bool;
fn connect_property_abstract_notify<F: Fn(&Self) + Send + Sync + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_address_type_notify<F: Fn(&Self) + Send + Sync + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_path_as_array_notify<F: Fn(&Self) + Send + Sync + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required Methods

Implementors