Gio.ProxyResolver::lookup_finish

function vfunc_lookup_finish(result: Gio.AsyncResult): Array(String) {
}
  

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.