XMMS2
|
Go to the source code of this file.
Defines | |
#define | XMMS_COLLSERIAL_ATTR_ID "_serialized_id" |
Functions | |
void | xmms_collection_dag_restore (xmms_coll_dag_t *dag) |
Restore the collection DAG from the database. | |
void | xmms_collection_dag_save (xmms_coll_dag_t *dag) |
Save the collection DAG in the database. |
#define XMMS_COLLSERIAL_ATTR_ID "_serialized_id" |
Definition at line 27 of file xmms_collserial.h.
void xmms_collection_dag_restore | ( | xmms_coll_dag_t * | dag | ) |
Restore the collection DAG from the database.
dag | The collection DAG to restore to. |
Definition at line 85 of file collserial.c.
Referenced by xmms_collection_init().
void xmms_collection_dag_save | ( | xmms_coll_dag_t * | dag | ) |
Save the collection DAG in the database.
dag | The collection DAG to save. |
Definition at line 53 of file collserial.c.
Referenced by xmms_collection_sync().