def callback(rhythm_db, entry, keyword, user_param1, ...)
Emitted when a keyword is removed from an entry.
rhythm_db : |
instance of RB.RhythmDB that is emitting the signal |
entry : |
the RB.RhythmDBEntry from which a keyword has been removed |
keyword : |
the keyword that was removed |
user_param1 : |
first user parameter (if any) specified with the connect() method |
... : |
additional user parameters (if any) |