UserMessage.with_fd_list
Description:
[ CCode ( has_construct_function = false ) ]
public UserMessage.with_fd_list (string name, Variant? parameters, UnixFDList? fd_list)
public UserMessage.with_fd_list (string name, Variant? parameters, UnixFDList? fd_list)
Create a new UserMessage including also a list of UNIX file descriptors to be sent.
Parameters:
name |
the message name |
parameters |
the message parameters as a Variant |
fd_list |
the message file descriptors |
Returns:
the newly created UserMessage object. |