GMountIface.getDrive

Gets a #GDrive the volume of the mount is located on. Returns null if the #GMount is not associated with a #GDrive or a #GVolume. This is convenience method for getting the #GVolume and using that to get the #GDrive.

struct GMountIface
extern (C)
GDrive* function(GMount* mount) getDrive;