Warning
gtk_signal_emitv is deprecated and should not be used in newly-written code. Use g_signal_emitv() instead.
Emits a signal. 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.
Warning gtk_signal_emitv is deprecated and should not be used in newly-written code. Use g_signal_emitv() instead. Emits a signal. 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.