Trait gio::ProxyAddressExt[][src]

pub trait ProxyAddressExt: 'static {
    fn get_destination_hostname(&self) -> GString;
fn get_destination_port(&self) -> u16;
fn get_destination_protocol(&self) -> Option<GString>;
fn get_password(&self) -> Option<GString>;
fn get_protocol(&self) -> GString;
fn get_uri(&self) -> Option<GString>;
fn get_username(&self) -> Option<GString>; }

Required methods

fn get_destination_hostname(&self) -> GString[src]

fn get_destination_port(&self) -> u16[src]

fn get_destination_protocol(&self) -> Option<GString>[src]

fn get_password(&self) -> Option<GString>[src]

fn get_protocol(&self) -> GString[src]

fn get_uri(&self) -> Option<GString>[src]

fn get_username(&self) -> Option<GString>[src]

Loading content...

Implementors

impl<O: IsA<ProxyAddress>> ProxyAddressExt for O[src]

Loading content...