Method

AgsUUIDto_string

since: 3.0.0

Declaration [src]

gchar*
ags_uuid_to_string (
  AgsUUID* ptr
)

Description [src]

Get string representation of ptr.

Available since: 3.0.0

Return value

Type: gchar*

The UUID as string if ptr not NULL, else NULL.

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