Gio.DBusProxy.prototype.call_with_unix_fd_list_finish

function call_with_unix_fd_list_finish(res: Gio.AsyncResult): [return_value: GLib.Variant, out_fd_list: Gio.UnixFDList] {
    // Gjs wrapper for g_dbus_proxy_call_with_unix_fd_list_finish()
}
  

Finishes an operation started with Gio.DBusProxy.prototype.call_with_unix_fd_list.

Since 2.30

res

A Gio.AsyncResult obtained from the Gio.AsyncReadyCallback passed to Gio.DBusProxy.prototype.call_with_unix_fd_list.

return_value

null if @error is set. Otherwise a GLib.Variant tuple with return values. Free with GLib.Variant.prototype.unref.

out_fd_list

Return location for a Gio.UnixFDList or null.