Gio.VolumeMonitor::get_connected_drives

function vfunc_get_connected_drives(): Array(Gio.Drive) {
}
  

Gets a list of drives connected to the system.

The returned list should be freed with GLib.List.free, after its elements have been unreffed with GObject.Object.prototype.unref.

Returns

a GLib.List of connected Gio.Drive objects.