RB.RhythmDB::entry-deleted

def callback(rhythm_db, entry, user_param1, ...)

Emitted when an entry is deleted from the database.

rhythm_db :

instance of RB.RhythmDB that is emitting the signal

entry :

the deleted RB.RhythmDBEntry

user_param1 :

first user parameter (if any) specified with the connect() method

... :

additional user parameters (if any)