Function glib::functions::uuid_string_random[][src]

pub fn uuid_string_random() -> GString
This is supported on crate feature v2_52 only.
Expand description

Generates a random UUID (RFC 4122 version 4) as a string. It has the same randomness guarantees as GRand, so must not be used for cryptographic purposes such as key generation, nonces, salts or one-time pads.

Returns

A string that should be freed with g_free().