Trait NetworkAddressExt
gio::prelude
pub trait NetworkAddressExt: 'static { fn get_hostname(&self) -> Option<GString>; fn get_port(&self) -> u16; fn get_scheme(&self) -> Option<GString>; }
fn get_hostname(&self) -> Option<GString>
fn get_port(&self) -> u16
fn get_scheme(&self) -> Option<GString>
impl<O: IsA<NetworkAddress>> NetworkAddressExt for O