gMountGetDrive {RGtk2}R Documentation

gMountGetDrive

Description

Gets the drive for the mount.

Usage

gMountGetDrive(object)

Arguments

object

a GMount.

Details

This is a convenience method for getting the GVolume and then using that object to get the GDrive.

Value

[GDrive] a GDrive or NULL if mount is not associated with a volume or a drive.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]