evas_callback: Remove callbacks in reverse order with evas_event_callback_del 94/54694/1
authorSung-Taek Hong <sth253.hong@samsung.com>
Thu, 17 Dec 2015 07:54:02 +0000 (16:54 +0900)
committerSung-Taek Hong <sth253.hong@samsung.com>
Thu, 17 Dec 2015 07:54:05 +0000 (16:54 +0900)
commit39b69d166c87e7b78782188ace4f9aa6f238c8cd
treed8003ae421aee64f03453ba3c8902b0e6b0016a4
parent141a620b2ded0093af28c3b3a1557f9ff72291f3
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.

Change-Id: Ie05155abafd3d73425e1b73bc85090ec98cd06fa
Signed-off-by: Sung-Taek Hong <sth253.hong@samsung.com>
src/lib/evas/canvas/evas_callbacks.c