VolumeMonitor.getMountForUuid

Finds a #GMount object by its UUID (see g_mount_get_uuid())

class VolumeMonitor
getMountForUuid
(
string uuid
)

Parameters

uuid string

the UUID to look for

Return Value

Type: MountIF

a #GMount or %NULL if no such mount is available. Free the returned object with g_object_unref().

Meta