RB.Rating::adjust-rating

def callback(rating, adjust, user_param1, ...)

Action signal used to make a relative adjustment to the rating.

rating :

instance of RB.Rating that is emitting the signal

adjust :

value to add to the rating

user_param1 :

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

... :

additional user parameters (if any)