mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-26 09:30:04 +01:00
Merge branch 'jomccambridge-master-patch-47329' into 'master'
Update signal accumulator docs. Closes #2352 See merge request GNOME/glib!2058
This commit is contained in:
commit
730cc864ef
@ -87,8 +87,11 @@ typedef gboolean (*GSignalEmissionHook) (GSignalInvocationHint *ihint,
|
||||
* value returned by the last callback.
|
||||
*
|
||||
* Returns: The accumulator function returns whether the signal emission
|
||||
* should be aborted. Returning %FALSE means to abort the
|
||||
* current emission and %TRUE is returned for continuation.
|
||||
* should be aborted. Returning %TRUE will continue with
|
||||
* the signal emission. Returning %FALSE will abort the current emission.
|
||||
* Since 2.62, returning %FALSE will skip to the CLEANUP stage. In this case,
|
||||
* emission will occur as normal in the CLEANUP stage and the handler's
|
||||
* return value will be accumulated.
|
||||
*/
|
||||
typedef gboolean (*GSignalAccumulator) (GSignalInvocationHint *ihint,
|
||||
GValue *return_accu,
|
||||
|
Loading…
x
Reference in New Issue
Block a user