sig-with-array-prop Regress.TestObj::sig-with-array-prop def callback(test_obj, arr, user_param1, ...)

This test signal is like TelepathyGlib's TpChannel:: group-members-changed-detailed:

<code>test_obj</code>

instance of that is emitting the signal

<code>arr</code>

numbers

<code>user_param1</code>

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

<code>...</code>

additional user parameters (if any)