Trait gio::ProxyAddressExt[][src]

pub trait ProxyAddressExt {
    fn get_destination_hostname(&self) -> String;
fn get_destination_port(&self) -> u16;
fn get_destination_protocol(&self) -> Option<String>;
fn get_password(&self) -> Option<String>;
fn get_protocol(&self) -> String;
fn get_uri(&self) -> Option<String>;
fn get_username(&self) -> Option<String>;
fn connect_property_destination_hostname_notify<F: Fn(&Self) + Send + Sync + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_destination_port_notify<F: Fn(&Self) + Send + Sync + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_destination_protocol_notify<F: Fn(&Self) + Send + Sync + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_password_notify<F: Fn(&Self) + Send + Sync + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_protocol_notify<F: Fn(&Self) + Send + Sync + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_uri_notify<F: Fn(&Self) + Send + Sync + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_username_notify<F: Fn(&Self) + Send + Sync + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required Methods

Implementors