discomfitor pushed a commit to branch enlightenment-0.21. http://git.enlightenment.org/core/enlightenment.git/commit/?id=96c2ac0947baeafe96418ab28ca201e92a9e374b
commit 96c2ac0947baeafe96418ab28ca201e92a9e374b Author: Mike Blumenkrantz <[email protected]> Date: Fri Feb 10 17:23:43 2017 -0500 add note in doc for "gadget_destroyed" callback re: callback ordering --- src/bin/e_gadget.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bin/e_gadget.h b/src/bin/e_gadget.h index 91adc24..cb0c7df 100644 --- a/src/bin/e_gadget.h +++ b/src/bin/e_gadget.h @@ -16,6 +16,8 @@ "gadget_destroyed" - a gadget object was destroyed on the site; all objects created by the gadget infrastructure are now dead + - do not watch both this and EVAS_CALLBACK_DEL, as the ordering of these + callbacks is not consistent "gadget_moved" - a gadget is preparing to move from its current site "gadget_removed" --
