Signals.emitvByName

Warning gtk_signal_emitv_by_name is deprecated and should not be used in newly-written code. Use g_signal_emitv() and g_signal_lookup() instead. Emits a signal by name. This causes the default handler and user-connected handlers to be run. This differs from gtk_signal_emit() by taking an array of GtkArgs instead of using C's varargs mechanism.

class Signals
static
void
emitvByName

Parameters

object ObjectGtk

the object to emit the signal to.

name string

the name of the signal.

args GtkArg[]

an array of GtkArgs, one for each parameter, followed by one which is a pointer to the return type.

Meta