gMountGetUuid {RGtk2}R Documentation

gMountGetUuid

Description

Gets the UUID for the mount. The reference is typically based on the file system UUID for the mount in question and should be considered an opaque string. Returns NULL if there is no UUID available.

Usage

gMountGetUuid(object)

Arguments

object

a GMount.

Value

[char] the UUID for mount or NULL if no UUID can be computed.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]