Gio.DBusProxy.prototype.call_with_unix_fd_list
function call_with_unix_fd_list(method_name: String, parameters: GLib.Variant, flags: Gio.DBusCallFlags, timeout_msec: Number(gint), fd_list: Gio.UnixFDList, cancellable: Gio.Cancellable, callback: Gio.AsyncReadyCallback): void { // Gjs wrapper for g_dbus_proxy_call_with_unix_fd_list() }
Like Gio.DBusProxy.prototype.call but also takes a Gio.UnixFDList object.
This method is only available on UNIX.
Since 2.30
- method_name
Name of method to invoke.
- parameters
A GLib.Variant tuple with parameters for the signal or null if not passing parameters.
- flags
Flags from the Gio.DBusCallFlags enumeration.
- timeout_msec
The timeout in milliseconds (with %G_MAXINT meaning "infinite") or -1 to use the proxy default timeout.
- fd_list
A Gio.UnixFDList or null.
- cancellable
A Gio.Cancellable or null.
- callback
A Gio.AsyncReadyCallback to call when the request is satisfied or null if you don't care about the result of the method invocation.