ProxyResolverT.lookupFinish

Call this function to obtain the array of proxy URIs when gio.proxy_resolver.ProxyResolver.lookupAsync is complete. See gio.proxy_resolver.ProxyResolver.lookup for more details.

template ProxyResolverT()
override
string[]
lookupFinish

Parameters

result gio.async_result.AsyncResult

the result passed to your #GAsyncReadyCallback

Return Value

Type: string[]

A NULL-terminated array of proxy URIs. Must be freed with glib.global.strfreev.