UDisks.PartitionTypeInfo¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
flags |
r/w |
Flags from the |
|
table_subtype |
r/w |
A partition table sub-type. |
|
table_type |
r/w |
A partition table type e.g. ‘dos’ or ‘gpt’ |
|
type |
r/w |
A partition type. |
Methods¶
|
Details¶
- class UDisks.PartitionTypeInfo¶
Detailed information about a partition type.
table_subtype is used to break the set of partition types for table_type into a logical subsets. It is typically only used in user interfaces where the partition type is selected.
This struct may grow in the future without it being considered an ABI break.
- free()¶
Frees self.