[partition] Document flags parameter to createPartition()
This commit is contained in:
parent
8144295e98
commit
a1143e8fef
@ -128,6 +128,12 @@ public:
|
||||
|
||||
void createPartitionTable( Device* device, PartitionTable::TableType type );
|
||||
|
||||
/**
|
||||
* @brief Add a job to do the actual partition-creation.
|
||||
*
|
||||
* If @p flags is not FlagNone, then the given flags are
|
||||
* applied to the newly-created partition.
|
||||
*/
|
||||
void createPartition( Device* device, Partition* partition,
|
||||
PartitionTable::Flags flags = PartitionTable::FlagNone );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user