get_partition_table_subtypes
Description:
[
CCode ( array_length =
false , array_null_terminated =
true ) ]
public (
unowned string)[]
get_partition_table_subtypes (
string partition_table_type)
Gets all known subtypes for partition_table_type
.
Parameters:
this |
A Client.
|
partition_table_type |
A partition table type e.g. 'dos' or 'gpt'.
|
Returns:
A null -terminated array of strings. Only the container should be freed with
g_free.
|