|
XMMS2
|
Go to the source code of this file.
Macros | |
| #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. More... | |
| void | xmms_collection_dag_save (xmms_coll_dag_t *dag) |
| Save the collection DAG in the database. More... | |
| #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.
| 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().
1.8.14