evas events: Add efl_isa safety checks in legacy EAPI
authorJean-Philippe Andre <jp.andre@samsung.com>
Fri, 26 Aug 2016 02:27:37 +0000 (11:27 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Fri, 26 Aug 2016 02:28:34 +0000 (11:28 +0900)
commit9123e5add273b5488981d1cc8b1a031815ffccb4
treeaec0c2d41ff0a36b5cf530ec740265569ce02271
parentd504284dd241d2d1713e9e94f7e6efee8e0ee9ac
evas events: Add efl_isa safety checks in legacy EAPI

This removes useless magic checks (only check whether the
arg is not null) that were not even present in every function.
The cost should be similar or lower than an eo function call.
src/lib/evas/canvas/evas_callbacks.c
src/lib/evas/canvas/evas_events.c