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