|
MPD
0.17~git
|
#include <stdbool.h>Go to the source code of this file.
Functions | |
| void | update_global_init (void) |
| void | update_global_finish (void) |
| unsigned | isUpdatingDB (void) |
| unsigned | update_enqueue (const char *path, bool discard) |
| Add this path to the database update queue. | |
| unsigned isUpdatingDB | ( | void | ) |
| unsigned update_enqueue | ( | const char * | path, |
| bool | discard | ||
| ) |
Add this path to the database update queue.
| path | a path to update; if NULL or an empty string, the whole music directory is updated |
| void update_global_finish | ( | void | ) |
| void update_global_init | ( | void | ) |
1.7.5.1