Function

Agsid_generator_create_uuid

since: 3.0.0

Declaration [src]

gchar*
ags_id_generator_create_uuid (
  void
)

Description [src]

Creates a new string containing an UUID.

Available since: 3.0.0

Return value

Type: gchar*

The UUID as string.

The caller of the function takes ownership of the data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.