Method
GioProxyResolverlookup_finish
Declaration
gchar**
g_proxy_resolver_lookup_finish (
GProxyResolver* resolver,
GAsyncResult* result,
GError** error
)
Description
Call this function to obtain the array of proxy URIs when
g_proxy_resolver_lookup_async()
is complete. See
g_proxy_resolver_lookup()
for more details.
Available since: | 2.26 |
Parameters
result |
GAsyncResult |
The result passed to your |
|
The data is owned by the caller of the function. | |
error |
GError ** |
The return location for a GError* , or NULL . |