ProxyResolver.lookupFinish

string[] lookupFinish(gio.async_result.AsyncResult result)

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.

Parameters

resultthe result passed to your #GAsyncReadyCallback

Returns

A

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

Throws