signalAccumulatorTrueHandled

fnbool signalAccumulatorTrueHandled(gobject.types.SignalInvocationHint ihint, gobject.value.Value returnAccu, gobject.value.Value handlerReturn, void * dummy = null)

A predefined #GSignalAccumulator for signals that return a boolean values. The behavior that this accumulator gives is that a return of true stops the signal emission: no further callbacks will be invoked, while a return of false allows the emission to continue. The idea here is that a true return indicates that the callback handled the signal, and no further handling is needed.

Parameters

ihintstandard #GSignalAccumulator parameter
returnAccustandard #GSignalAccumulator parameter
handlerReturnstandard #GSignalAccumulator parameter
dummystandard #GSignalAccumulator parameter

Returns

standard #GSignalAccumulator result