GNOME Bugzilla – Bug 773355
Incorrect documentation about stopping a signal emission from a hook
Last modified: 2017-10-05 14:26:41 UTC
Created attachment 338268 [details] [review] Fix documentation about stopping signal emission from inside a hook The "Signal emission" documentation on GObject is wrong regarding stopping an emission from inside an emission hook. It explicitly states it is allowed, yet it isn't (g_signal_stop_emission() and _by_name() explicitly check against it) and seems to never have been. Attached patch fixes the documentation on that regard.
Review of attachment 338268 [details] [review]: ++
Attachment 338268 [details] pushed as b090a07 - Fix documentation about stopping signal emission from inside a hook