def callback(rating, score, user_param1, ...)
Emitted when the user changes the rating.
rating : |
instance of RB.Rating that is emitting the signal |
score : |
the new rating |
user_param1 : |
first user parameter (if any) specified with the connect() method |
... : |
additional user parameters (if any) |