get_partition_type_infos
Description:
public List<PartitionTypeInfo> get_partition_type_infos (string partition_table_type, string? partition_table_subtype)
Gets information about all known partition types for partition_table_type
and partition_table_subtype
.
Parameters:
this |
A Client. |
partition_table_type |
A partition table type e.g. 'dos' or 'gpt'. |
partition_table_subtype |
A partition table subtype or |
Returns:
A list of PartitionTypeInfo instances. The returned list should be freed with g_list_free after freeing each element with free. |