Struct

AgsRegistryEntry

Description [src]

struct AgsRegistryEntry {
  AgsUUID* id;
  GValue* entry;
}

AgsRegistryEntry is an entry that you might want to lookup remotely.

Structure members
id

The AgsUUID.

entry

The actual entry.

Functions

ags_registry_entry_alloc

Allocated AgsRegistryEntry-struct.

since: 3.0.0

Instance methods

ags_registry_entry_free

Free registry_entry.

since: 3.0.0