Object Hierarchy
GObject
╰── AgsRegistry
Functions
ags_registry_entry_bulk ()
xmlrpc_value *
ags_registry_entry_bulk (xmlrpc_env *env
,
xmlrpc_value *param_array
,
void *server_info
);
AGS_IS_REGISTRY()
#define AGS_IS_REGISTRY(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_REGISTRY))
AGS_IS_REGISTRY_CLASS()
#define AGS_IS_REGISTRY_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_REGISTRY))
AGS_REGISTRY()
#define AGS_REGISTRY(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_REGISTRY, AgsRegistry))
AGS_REGISTRY_CLASS()
#define AGS_REGISTRY_CLASS(class) (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_REGISTRY, AgsRegistryClass))
AGS_REGISTRY_GET_CLASS()
#define AGS_REGISTRY_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS(obj, AGS_TYPE_REGISTRY, AgsRegistryClass))
ags_registry_get_type ()
GType
ags_registry_get_type ();
Types and Values
AGS_REGISTRY_DEFAULT_ID_LENGTH
#define AGS_REGISTRY_DEFAULT_ID_LENGTH 16
struct AgsRegistryEntry
struct AgsRegistryEntry {
gchar *id;
GValue entry;
};
AGS_TYPE_REGISTRY
#define AGS_TYPE_REGISTRY (ags_registry_get_type())
struct AgsRegistry
struct AgsRegistry;
struct AgsRegistryClass
struct AgsRegistryClass {
GObjectClass object;
};