string-signal Regress.AnnotationObject::string-signal def callback(annotation_object, string, user_param1, ...)

This is a signal which has a broken signal handler, it says it's pointer but it's actually a string.

Since 1.0

<code>annotation_object</code>

instance of that is emitting the signal

<code>string</code>

a string

<code>user_param1</code>

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

<code>...</code>

additional user parameters (if any)