def callback(test_obj, object, user_param1, ...)
test_obj
instance of that is emitting the signal
object
user_param1
first user parameter (if any) specified with the connect() method
...
additional user parameters (if any)