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

This is a signal which takes a list of strings, but it's not known by GObject as it's only marked as G_TYPE_POINTER

<code>annotation_object</code>

instance of that is emitting the signal

<code>list</code>

a list of strings

<code>user_param1</code>

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

<code>...</code>

additional user parameters (if any)