[][src]Trait gio::ProxyAddressExt

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

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>

Loading content...

Implementors

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

Loading content...