| Top |
Functions
| #define | AGS_REGISTRY_GET_OBJ_MUTEX() |
| AgsRegistryEntry * | ags_registry_entry_alloc () |
|
|
ags_registry_entry_free () |
|
|
ags_registry_add_entry () |
| AgsRegistryEntry * | ags_registry_find_entry () |
| AgsRegistry * | ags_registry_new () |
Functions
AGS_REGISTRY_GET_OBJ_MUTEX()
#define AGS_REGISTRY_GET_OBJ_MUTEX(obj) (&(((AgsRegistry *) obj)->obj_mutex))
ags_registry_entry_alloc ()
AgsRegistryEntry * ags_registry_entry_alloc ();
Allocated
Since:
ags_registry_entry_free ()
void ags_registry_entry_free (AgsRegistryEntry *registry_entry);
Free registry_entry
Since:
ags_registry_add_entry ()
void ags_registry_add_entry (AgsRegistry *registry,AgsRegistryEntry *registry_entry);
Add registry_entry
to registry
.
Since:
ags_registry_find_entry ()
AgsRegistryEntry * ags_registry_find_entry (AgsRegistry *registry,AgsUUID *id);
Find id
as registry
.
Since:
Types and Values
enum AgsRegistryFlags
Enum values to control the behavior or indicate internal state of AgsRegistry by enable/disable as flags.
struct AgsRegistryEntry
struct AgsRegistryEntry {
AgsUUID *id;
GValue *entry;
};
AgsRegistryEntry is an entry that you might want to lookup remotely.