call_create_partition_and_format_sync


Description:

public bool call_create_partition_and_format_sync (uint64 arg_offset, uint64 arg_size, string arg_type, string arg_name, Variant arg_options, string arg_format_type, Variant arg_format_options, out string out_created_partition, Cancellable? cancellable = null) throws Error

Synchronously invokes the CreatePartitionAndFormat D-Bus method on this.

The calling thread is blocked until a reply is received.

See call_create_partition_and_format for the asynchronous version of this method.

Parameters:

this

A PartitionTableProxy.

arg_offset

Argument to pass with the method invocation.

arg_size

Argument to pass with the method invocation.

arg_type

Argument to pass with the method invocation.

arg_name

Argument to pass with the method invocation.

arg_options

Argument to pass with the method invocation.

arg_format_type

Argument to pass with the method invocation.

arg_format_options

Argument to pass with the method invocation.

out_created_partition

Return location for return parameter or null to ignore.

cancellable

A Cancellable or null.

Returns:

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