get_partition_type_and_subtype_for_display


Description:

[ Version ( since = "2.1.1" ) ]
public unowned string get_partition_type_and_subtype_for_display (string partition_table_type, string partition_table_subtype, string partition_type)

Like get_partition_type_for_display but also takes the partition table subtype into account, if available.

This is useful in scenarios where different subtypes is using the same partition type.

Parameters:

this

A Client.

partition_table_type

A partitioning type e.g. 'dos' or 'gpt'.

partition_table_subtype

A partitioning subtype or null.

partition_type

A partition type.

Returns:

A description of partition_type or null if unknown.