getVolumeForUuid

open fun getVolumeForUuid(uuid: String): Volume?

Finds a #GVolume object by its UUID (see g_volume_get_uuid())

Return

a #GVolume or null if no such volume is available. Free the returned object with g_object_unref().

Parameters

uuid

the UUID to look for