def callback(entry_view, entry, user_param1, ...)
Emitted when an entry is added to the view
entry_view : |
instance of RB.EntryView that is emitting the signal |
entry : |
the RB.RhythmDBEntry that was added |
user_param1 : |
first user parameter (if any) specified with the connect() method |
... : |
additional user parameters (if any) |