Function

AgsUUIDfrom_string

since: 3.0.0

Declaration [src]

AgsUUID*
ags_uuid_from_string (
  gchar* str
)

Description [src]

Retrieve AgsUUID by parsing str.

Available since: 3.0.0

Parameters

str

Type: gchar*

The UUID as string.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.

Return value

Type: AgsUUID

The new AgsUUID on success, otherwise NULL.

The caller of the function takes ownership of the data, and is responsible for freeing it.