call_create_partition_sync
Description:
public bool call_create_partition_sync (uint64 arg_offset, uint64 arg_size, string arg_type, string arg_name, Variant arg_options, out string out_created_partition, Cancellable? cancellable = null) throws Error
Synchronously invokes the CreatePartition D-Bus method on this.
The calling thread is blocked until a reply is received.
See call_create_partition for the asynchronous version of this method.
Parameters:
this | |
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. |
out_created_partition |
Return location for return parameter or |
cancellable |
A Cancellable or |
Returns:
|