evas_callback: Remove callbacks in reverse order with evas_event_callback_del
authorSung-Taek Hong <sth253.hong@samsung.com>
Thu, 17 Dec 2015 07:03:26 +0000 (16:03 +0900)
committerJaehwan Kim <jae.hwan.kim@samsung.com>
Thu, 17 Dec 2015 07:03:26 +0000 (16:03 +0900)
commit8c891ed0493c02f018a12c49c5c5f821291d7b39
treed61338f69f1d51f8df94575331f95d068aba9ac4
parent680eec5c5c58740e5e104df93b5dc2290ad31554
evas_callback: Remove callbacks in reverse order with evas_event_callback_del

Summary:
 - This function is deprecated, because del_full should be used instead.
 - Still, the documentation specifies in which order the callbacks should
 - be deleted.

Reviewers: Hermet, jpeg, jaehwan

Subscribers: cedric, jpeg

Differential Revision: https://phab.enlightenment.org/D3459
src/lib/evas/canvas/evas_callbacks.c