GMountIface.getDrive

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

Return Value

a #GDrive or %NULL if @mount is not associated with a volume or a drive. The returned object should be unreffed with g_object_unref() when no longer needed.

Meta