Gio.DBusConnection.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_connection_call_with_unix_fd_list_finish() }
Finishes an operation started with Gio.DBusConnection.prototype.call_with_unix_fd_list.
Since 2.30
- res
a Gio.AsyncResult obtained from the Gio.AsyncReadyCallback passed to Gio.DBusConnection.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