RB.RhythmDBQueryModel::entry-prop-changed

def callback(rhythm_db_query_model, entry, prop, old, new_value, user_param1, ...)

Emitted when an entry in the query model is changed. When multiple properties are changed, the entry-prop-changed signals will be emitted in the order that the changes were made. At the point that the signal is emitted, all changes have already been applied to the RB.RhythmDBEntry.

rhythm_db_query_model :

instance of RB.RhythmDBQueryModel that is emitting the signal

entry :

the RB.RhythmDBEntry that changed

prop :

the RB.RhythmDBPropType that was changed

old :

the previous value for the property

new_value :

the new value for the property

user_param1 :

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

... :

additional user parameters (if any)