Like call but also takes a UnixFDList object.
This method is only available on UNIX.
| this |
A DBusProxy. |
| method_name |
Name of method to invoke. |
| parameters |
A Variant tuple with parameters for the signal or null if not passing parameters. |
| flags |
Flags from the DBusCallFlags enumeration. |
| timeout_msec |
The timeout in milliseconds (with g_maxint meaning "infinite") or -1 to use the proxy default timeout. |
| fd_list |
A UnixFDList or null. |
| cancellable |
A Cancellable or null. |
| callback |
A AsyncReadyCallback to call when the request is satisfied or null if you don't care about the result of the method invocation. |
| user_data |
The data to pass to |