From 96c2ac0947baeafe96418ab28ca201e92a9e374b Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Fri, 10 Feb 2017 17:23:43 -0500 Subject: [PATCH] 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 91adc24db..cb0c7df78 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"