Struct

AgsUUID

Description

struct AgsUUID {
  None data;
}
No description available.
Structure members
data
No description available.

Functions

ags_uuid_alloc

Allocate AgsUUID.

since: 3.0.0

ags_uuid_from_string

Retrieve AgsUUID by parsing str.

since: 3.0.0

Instance methods

ags_uuid_compare

Compare a with b.

since: 3.0.0

ags_uuid_copy

Create a copy of ptr.

since: 3.0.0

ags_uuid_free

Free the memory of ptr.

since: 3.0.0

ags_uuid_generate

Generate random UUID.

since: 3.0.0

ags_uuid_to_string

Get string representation of ptr.

since: 3.0.0