get_drive_siblings
Description:
[
Version ( since =
"2.1" ) ]
public List<
Drive>
get_drive_siblings (
Drive drive)
Gets all siblings for drive
.
Parameters:
this |
A Client
|
drive |
A Drive.
|
Returns:
A list of Drive instances. The returned list should be freed with
g_list_free after each element has been freed with unref.
|