getMountForUuid

open fun getMountForUuid(uuid: String): Mount?

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

Return

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

Parameters

uuid

the UUID to look for