elm_box: porting evas smart callbacks to eo
authorAvi Levin <avi.levin@samsung.com>
Tue, 28 Apr 2015 11:26:17 +0000 (14:26 +0300)
committerDaniel Zaoui <daniel.zaoui@samsung.com>
Mon, 29 Jun 2015 08:02:17 +0000 (11:02 +0300)
commite68e171ba3d974b126793409af9071f8a10d1857
tree3debf892e6a27c58ce4c5ae0d36df337bca78c5d
parentd4e4820b030c1f1239f2ad3fbe4a8c287d9c3e4a
elm_box: porting evas smart callbacks to eo

Replacing  calls of evas_object_smart_callback_add/del/call
with eo_callback_add/del/call.
This will reduce the use of legacy events and callbacks lists in
smart_object which in turn will improve performance and reduce memory
use.
src/lib/elm_box.c [changed mode: 0644->0755]