sig-with-int64-prop Regress.TestObj::sig-with-int64-prop connect('sig-with-int64-prop', function (testObj, i: Number(gint64), ): Number(gint64));

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

<code>testObj</code>

instance of that is emitting the signal

<code>i</code>

an integer

<code>Returns</code>