20 #ifndef MPD_DATABASE_CLIENT_HXX 21 #define MPD_DATABASE_CLIENT_HXX An object that listens to events from the Database.
virtual void OnDatabaseModified()=0
The database has been modified.
virtual void OnDatabaseSongRemoved(const char *uri)=0
During database update, a song is about to be removed from the database because the file has disappea...
const Storage const char * uri
A reference to a song file.