Like call_sync but also takes and returns UnixFDList objects.
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. |
| out_fd_list |
Return location for a UnixFDList or null . |
| cancellable |
A Cancellable or null. |
|
null if throws is set. Otherwise a
Variant tuple with return values. Free with |