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 null.

out_resulting_device

Return location for return parameter or null to ignore.

out_fd_list

Return location for a UnixFDList or null.

cancellable

A Cancellable or null.

Returns:

true if the call succeded, false if error is set.