get_ignore_hosts
Description:
[ CCode ( array_length = false , array_null_terminated = true ) ]
public unowned string[] get_ignore_hosts ()
public unowned string[] get_ignore_hosts ()
Returns a null
-terminated string array of hosts which are connected to directly, rather than via the proxy (if it is active).
The array elements can be hostnames, domains (using an initial wildcard like *.foo.com), IP host addresses (both IPv4 and IPv6) and network addresses with a netmask (something like 192.168.0.0/24).
The returned array is owned by this and should not be modified or freed.
Parameters:
this |
an SourceProxy |
Returns:
a |