UDisks.PartitionTypeInfo

Fields

Name

Type

Access

Description

flags

UDisks.PartitionTypeInfoFlags

r/w

Flags from the UDisks.PartitionTypeInfoFlags enumeration.

table_subtype

str

r/w

A partition table sub-type.

table_type

str

r/w

A partition table type e.g. ‘dos’ or ‘gpt’

type

str

r/w

A partition type.

Methods

free ()

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.