sig-with-inout-int Regress.TestObj::sig-with-inout-int def callback(test_obj, position, user_param1, ...)

This signal is modeled after GtkEditable::insert-text.

<code>test_obj</code>

instance of that is emitting the signal

<code>position</code>

The position, in characters, at which to insert the new text. This is an in-out paramter. After the signal emission is finished, it should point after the newly inserted text.

<code>user_param1</code>

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

<code>...</code>

additional user parameters (if any)