| Top |
| AgsRegistryEntry * | ags_registry_entry_alloc () |
| void | ags_registry_entry_free () |
| AgsRegistry * | ags_registry_new () |
| #define | AGS_IS_REGISTRY() |
| #define | AGS_IS_REGISTRY_CLASS() |
| #define | AGS_REGISTRY() |
| #define | AGS_REGISTRY_CLASS() |
| #define | AGS_REGISTRY_GET_CLASS() |
| GType | ags_registry_get_type () |
| #define | AGS_REGISTRY_DEFAULT_ID_LENGTH |
| enum | AgsRegistryFlags |
| struct | AgsRegistryEntry |
| #define | AGS_TYPE_REGISTRY |
| struct | AgsRegistry |
| struct | AgsRegistryClass |
AgsRegistryEntry * ags_registry_entry_alloc ();
Allocated AgsRegistryEntry.
Since: 1.0.0
void
ags_registry_entry_free (AgsRegistryEntry *registry_entry);
Free registry_entry
Since: 1.0.0
#define AGS_IS_REGISTRY(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_REGISTRY))
#define AGS_IS_REGISTRY_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_REGISTRY))
#define AGS_REGISTRY(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_REGISTRY, AgsRegistry))
#define AGS_REGISTRY_CLASS(class) (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_REGISTRY, AgsRegistryClass))
#define AGS_REGISTRY_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS(obj, AGS_TYPE_REGISTRY, AgsRegistryClass))