Trait gio::prelude::ProxyAddressExt

source ·
pub trait ProxyAddressExt: IsA<ProxyAddress> + Sealed + 'static {
    // Provided methods
    fn destination_hostname(&self) -> GString { ... }
    fn destination_port(&self) -> u16 { ... }
    fn destination_protocol(&self) -> GString { ... }
    fn password(&self) -> Option<GString> { ... }
    fn protocol(&self) -> GString { ... }
    fn uri(&self) -> Option<GString> { ... }
    fn username(&self) -> Option<GString> { ... }
}

Provided Methods§

Object Safety§

This trait is not object safe.

Implementors§