add note in doc for "gadget_destroyed" callback re: callback ordering

This commit is contained in:
Mike Blumenkrantz 2017-02-10 17:23:43 -05:00
parent b876c055f5
commit 641812918f
1 changed files with 2 additions and 0 deletions

View File

@ -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"