gMountGetUuid: gMountGetUuid

Description Usage Arguments Value Author(s)

View source: R/gioFuncs.R

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

1
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


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.

Related to gMountGetUuid in RGtk2...