GObject::emit

void emit(string signal_name);

Emits a signal on an object, calling any connected handlers and passing any user supplied data to the connected handlers. Only signals registered for the particular object can be emitted. If a singal requires parameters in the definition, then the required number of parameters must be sent to the emit method.

See also: connect()