XMMS2
|
#include "xmmspriv/xmms_collection.h"
Go to the source code of this file.
Functions | |
void | xmms_coll_sync_init (xmms_coll_dag_t *dag) |
Get the collection-to-database-synchronization thread running. | |
void | xmms_coll_sync_shutdown (void) |
Shutdown the collection-to-database-synchronization thread. | |
void | xmms_coll_sync_schedule_sync (void) |
Schedule a collection-to-database-synchronization in 10 seconds. |
void xmms_coll_sync_init | ( | xmms_coll_dag_t * | dag | ) |
Get the collection-to-database-synchronization thread running.
Definition at line 81 of file collsync.c.
Referenced by xmms_collection_init().
void xmms_coll_sync_schedule_sync | ( | void | ) |
Schedule a collection-to-database-synchronization in 10 seconds.
Definition at line 110 of file collsync.c.
void xmms_coll_sync_shutdown | ( | void | ) |
Shutdown the collection-to-database-synchronization thread.
Definition at line 93 of file collsync.c.