RB.RhythmDBQueryModel::entry-removed

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

Emitted when an entry is removed from the model. There is some difference between this and the GtkTreeModel row-removed signal but I don't know what it is right now.

rhythm_db_query_model :

instance of RB.RhythmDBQueryModel that is emitting the signal

entry :

the RB.RhythmDBEntry that was removed

user_param1 :

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

... :

additional user parameters (if any)