Gio.ProxyResolver.prototype.lookup_finish

function lookup_finish(result: Gio.AsyncResult): Array(String) {
    // Gjs wrapper for g_proxy_resolver_lookup_finish()
}
  

Call this function to obtain the array of proxy URIs when Gio.ProxyResolver.prototype.lookup_async is complete. See Gio.ProxyResolver.prototype.lookup for more details.

Since 2.26

result

the result passed to your Gio.AsyncReadyCallback

Returns

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