|
XMMS2
|
Functions to serialize (save/restore) collections. More...
#include "xmmspriv/xmms_collserial.h"#include "xmmspriv/xmms_collection.h"#include "xmmspriv/xmms_medialib.h"Go to the source code of this file.
Functions | |
| void | xmms_collection_dag_save (xmms_coll_dag_t *dag) |
| Save the collection DAG in the database. More... | |
| void | xmms_collection_dag_restore (xmms_coll_dag_t *dag) |
| Restore the collection DAG from the database. More... | |
Functions to serialize (save/restore) collections.
Definition in file collserial.c.
| 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