get_members_for_mdraid
Description:
[
Version ( since =
"2.1" ) ]
public List<
Block>
get_members_for_mdraid (
MDRaid raid)
Gets the physical block devices that are part of raid
.
Parameters:
this |
A Client.
|
raid |
A MDRaid.
|
Returns:
A list of Block instances. The returned list should be freed with
g_list_free after each element has been freed with unref.
|