def callback(entry_view, entry, user_param1, ...)
Emitted when an entry in the view is activated (by double clicking or by various key presses)
entry_view : |
instance of RB.EntryView that is emitting the signal |
entry : |
the RB.RhythmDBEntry that was activated |
user_param1 : |
first user parameter (if any) specified with the connect() method |
... : |
additional user parameters (if any) |