def callback(cell_renderer_rating, score, path, user_param1, ...)
Emitted when the user changes the rating.
cell_renderer_rating : |
instance of RB.CellRendererRating that is emitting the signal |
score : |
the new rating |
path : |
string form of the GtkTreePath to the row that was changed |
user_param1 : |
first user parameter (if any) specified with the connect() method |
... : |
additional user parameters (if any) |