call_loop_setup_sync
Description:
public bool call_loop_setup_sync (Variant arg_fd, Variant arg_options, UnixFDList? fd_list, out string out_resulting_device, out UnixFDList out_fd_list, Cancellable? cancellable = null) throws Error
Synchronously invokes the LoopSetup D-Bus method on this.
The calling thread is blocked until a reply is received.
See call_loop_setup for the asynchronous version of this method.
Parameters:
this |
A ManagerProxy. |
arg_fd |
Argument to pass with the method invocation. |
arg_options |
Argument to pass with the method invocation. |
fd_list |
A UnixFDList or |
out_resulting_device |
Return location for return parameter or |
out_fd_list |
Return location for a UnixFDList or |
cancellable |
A Cancellable or |
Returns:
|