sig-with-uint64-prop Regress.TestObj::sig-with-uint64-prop def callback(test_obj, i, user_param1, ...)

You can use this with regress_test_obj_emit_sig_with_uint64, or raise from the introspection client langage.

<code>test_obj</code>

instance of that is emitting the signal

<code>i</code>

an integer

<code>user_param1</code>

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

<code>...</code>

additional user parameters (if any)

<code>Returns</code>