RB.RhythmDB::entry-changed

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

Emitted when a database entry is modified. The @changes list contains a structure for each entry property that has been modified.

rhythm_db :

instance of RB.RhythmDB that is emitting the signal

entry :

the changed RB.RhythmDBEntry

changes :

a GValueArray of RB.RhythmDBEntryChange structures describing the changes

user_param1 :

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

... :

additional user parameters (if any)