signal-example DocExamples.Obj::signal-example def callback(obj, int_param, float_param, user_param1, ...)

This is an example of how to document a signal.

obj :

instance of DocExamples.Obj that is emitting the signal

int_param :

a parameter of type int

float_param :

a parameter of type float

user_param1 :

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

... :

additional user parameters (if any)

Since 0.99