sig-with-obj Regress.TestObj::sig-with-obj def callback(test_obj, obj, user_param1, ...)

Test transfer none GObject as a param (tests refcounting). Use with regress_test_obj_emit_sig_with_obj

<code>test_obj</code>

instance of that is emitting the signal

<code>obj</code>

A newly created RegressTestObj

<code>user_param1</code>

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

<code>...</code>

additional user parameters (if any)