set_unix_fd_list


Description:

public void set_unix_fd_list (UnixFDList? fd_list)

Sets the UNIX file descriptors associated with this.

As a side-effect the g_dbus_message_header_field_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.

Parameters:

this

A DBusMessage.

fd_list

A UnixFDList or null.