ProxyResolverIF.lookupFinish

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.

interface ProxyResolverIF
string[]
lookupFinish

Parameters

result AsyncResultIF

the result passed to your #GAsyncReadyCallback

Return Value

Type: string[]

A NULL-terminated array of proxy URIs. Must be freed with g_strfreev().

Throws

GException on failure.

Meta

Since

2.26