@accepts(GObject.SignalInvocationHint, GObject.Value, GObject.Value, gpointer) @returns(gboolean) def signal_accumulator_boolean_or(hint, return_accu, handler_return, dummy)
A GSignalAccumulator used to return the boolean OR of all returned (boolean) values.
hint : |
|
return_accu : |
holds the accumulated return value |
handler_return : |
holds the return value to be accumulated |
dummy : |
user data (unused) |
Returns : |
False to abort signal emission, True to continue |