return_value_with_unix_fd_list
Description:
[ DestroysInstance ]
[ Version ( since = "2.30" ) ]
public void return_value_with_unix_fd_list (Variant? parameters, UnixFDList? fd_list)
[ Version ( since = "2.30" ) ]
public void return_value_with_unix_fd_list (Variant? parameters, UnixFDList? fd_list)
Like return_value but also takes a UnixFDList.
This method is only available on UNIX.
This method will take ownership of this. See DBusInterfaceVTable for more information about the ownership of this.
Parameters:
this | |
parameters |
A Variant tuple with out parameters for the method or null if not passing any parameters. |
fd_list |
A UnixFDList or null. |