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

Detailed Description

Functions to serialize (save/restore) collections.

Definition in file collserial.c.

Function Documentation

◆ xmms_collection_dag_restore()

void xmms_collection_dag_restore ( xmms_coll_dag_t dag)

Restore the collection DAG from the database.

Parameters
dagThe collection DAG to restore to.

Definition at line 85 of file collserial.c.

◆ xmms_collection_dag_save()

void xmms_collection_dag_save ( xmms_coll_dag_t dag)

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().