Virtual Method
GioVolumeMonitorget_connected_drives
[−]
Description [src]
Gets a list of drives connected to the system.
The returned list should be freed with g_list_free(), after its elements have been unreffed with g_object_unref().
[−]
Return value
Type: A list of GDrive*
A GList
of connected GDrive
objects.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |