Optionalproperties: Partial<{}>Since 0.78dupSince 0.78equalCompares uuid and other for equality.
true iff uuid and other are equal
Since 0.78freeSince 0.78free_Frees uuid and returns its string representation, see
vte_uuid_to_string() for more information.
a location to store the length of the returned string, or null
a string representation of uuid
Since 0.78new_Creates a new UUID for ns and str.
string data
the length of data, or -1 if str is NUL terminated
a new v5 UUID
Since 0.78to_Returns the string representation of uuid.
a string representation of uuid
Staticnew_Staticnew_StaticSince 0.78validate_Checks whether str is a valid string representation of an UUID.
a string
the length of str, or -1 is str is NUL terminated
An object representing an UUID.
Since
0.78