get_uuid


Description:

public abstract string? get_uuid ()

Gets the UUID for the this.

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

Parameters:

this

a Volume

Returns:

the UUID for this or null if no UUID can be computed. The returned string should be freed with g_free when no longer needed.