def callback(test_obj, hash, user_param1, ...)
This test signal is like TelepathyGlib's TpAccount::status-changed
test_obj
instance of that is emitting the signal
hash
user_param1
first user parameter (if any) specified with the connect() method
...
additional user parameters (if any)