[partition] Document flags parameter to createPartition()

This commit is contained in:
Adriaan de Groot 2018-11-12 14:16:33 +01:00
parent 8144295e98
commit a1143e8fef

View file

@ -128,6 +128,12 @@ public:
void createPartitionTable( Device* device, PartitionTable::TableType type ); 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, void createPartition( Device* device, Partition* partition,
PartitionTable::Flags flags = PartitionTable::FlagNone ); PartitionTable::Flags flags = PartitionTable::FlagNone );