XMMS2
Functions
src/xmms/collserial.c File Reference

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.
void xmms_collection_dag_restore (xmms_coll_dag_t *dag)
 Restore the collection DAG from the database.

Detailed Description

Functions to serialize (save/restore) collections.

Definition in file collserial.c.


Function Documentation

Restore the collection DAG from the database.

Parameters:
dagThe collection DAG to restore to.

Definition at line 85 of file collserial.c.

Referenced by xmms_collection_init().

Save the collection DAG in the database.

Parameters:
dagThe collection DAG to save.

Definition at line 53 of file collserial.c.

Referenced by xmms_collection_sync().