get_partitions
Description:
public List<
Partition>
get_partitions (
PartitionTable table)
Gets all partitions of table
.
Parameters:
Returns:
A list of Partition instances. The returned list should be freed with
g_list_free after each element has been freed with unref.
|