Details
AGS_REGISTRY_DEFAULT_ID_LENGTH
#define AGS_REGISTRY_DEFAULT_ID_LENGTH 16
struct AgsRegistry
struct AgsRegistry {
GObject object;
guint flags;
pthread_mutex_t mutex;
AgsFile *previous;
AgsFile *current;
#ifdef AGS_WITH_XMLRPC_C
xmlrpc_registry *registry;
#endif
GObject *server;
guint id_length;
guint counter;
GList *entry;
};
struct AgsRegistryClass
struct AgsRegistryClass {
GObjectClass object;
};
struct AgsRegistryEntry
struct AgsRegistryEntry {
gchar *id;
GValue entry;
};
ags_registry_entry_bulk ()
xmlrpc_value * ags_registry_entry_bulk (xmlrpc_env *env
,
xmlrpc_value *param_array
,
void *server_info
);