Gio.DBusMessage.prototype.set_unix_fd_list
function set_unix_fd_list(fd_list: Gio.UnixFDList): void {
// Gjs wrapper for g_dbus_message_set_unix_fd_list()
}
Sets the UNIX file descriptors associated with message. As a side-effect the Gio.DBusMessageHeaderField.num_unix_fds header field is set to the number of fds in fd_list (or cleared if fd_list is null).
This method is only available on UNIX.
Since 2.26
- fd_list
A Gio.UnixFDList or null.