[−][src]Trait gio::prelude::UnixSocketAddressExt  
            Required methods
fn get_address_type(&self) -> UnixSocketAddressType
fn get_is_abstract(&self) -> bool
Tests if self is abstract.
Deprecated
Use UnixSocketAddressExt::get_address_type
Returns
true if the address is abstract, false otherwise
fn get_path_len(&self) -> usize
Gets the length of self's path.
For details, see UnixSocketAddress::get_path.
Returns
the length of the path
fn get_property_abstract(&self) -> bool
Whether or not this is an abstract address
Deprecated
Use UnixSocketAddress:address-type, which
distinguishes between zero-padded and non-zero-padded
abstract addresses.