Gio.Drive::get_volumes
function vfunc_get_volumes(): Array(Gio.Volume) {
}
Get a list of mountable volumes for drive.
The returned list should be freed with GLib.List.free, after its elements have been unreffed with GObject.Object.prototype.unref.
- Returns
GLib.List containing any Gio.Volume objects on the given drive.