XMMS2
Macros | Functions
xmms_collserial.h File Reference
#include <glib.h>
#include "xmmsc/xmmsv_coll.h"
#include "xmmspriv/xmms_collection.h"

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

Macro Definition Documentation

◆ XMMS_COLLSERIAL_ATTR_ID

#define XMMS_COLLSERIAL_ATTR_ID   "_serialized_id"

Definition at line 27 of file xmms_collserial.h.

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