Valadoc | Vala | Tutorial | API-References | Markup

emit


Description:

public void emit (void* instance, uint signal_id, Quark detail, ...)

Emits a signal.

Note that emit resets the return value to the default if no handlers are connected, in contrast to g_signal_emitv.

Parameters:

signal_id the signal id
detail the detail
instance the instance the signal is being emitted on.

Namespace: GLib.Signal
Package: gobject-2.0