gio::prelude

Trait SimpleProxyResolverExtManual

Source
pub trait SimpleProxyResolverExtManual: IsA<SimpleProxyResolver> + 'static {
    // Provided method
    fn set_ignore_hosts(&self, ignore_hosts: impl IntoStrV) { ... }
}

Provided Methods§

Source

fn set_ignore_hosts(&self, ignore_hosts: impl IntoStrV)

Sets the list of ignored hosts.

See #GSimpleProxyResolver:ignore-hosts for more details on how the @ignore_hosts argument is interpreted.

§ignore_hosts

None-terminated list of hosts/IP addresses to not use a proxy for

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§