src/update_db.h File Reference

#include "check.h"
#include <stdbool.h>

Go to the source code of this file.

Functions

void delete_song (struct directory *parent, struct song *song)
 Caller must lock the db_mutex.
void delete_directory (struct directory *directory)
 Recursively free a directory and all its contents.
bool delete_name_in (struct directory *parent, const char *name)
 Caller must NOT lock the db_mutex.

Function Documentation

void delete_directory ( struct directory directory  ) 

Recursively free a directory and all its contents.

Caller must lock the db_mutex.

bool delete_name_in ( struct directory parent,
const char *  name 
)

Caller must NOT lock the db_mutex.

Returns:
true if the database was modified
void delete_song ( struct directory parent,
struct song song 
)

Caller must lock the db_mutex.


Generated on 17 Jul 2013 for MPD by  doxygen 1.6.1