edje: porting evas smart callbacks to eo
authorAvi Levin <avi.levin@samsung.com>
Tue, 21 Apr 2015 16:00:58 +0000 (19:00 +0300)
committerDaniel Zaoui <daniel.zaoui@samsung.com>
Sun, 7 Jun 2015 06:55:41 +0000 (09:55 +0300)
commitb563efc52ffbc02ae33d4901326a583102975cbb
tree5c2712ae69289ef662a7a9bcae003820d242f5b3
parent50a37e72fc6ba7f64000082917f111a26447257a
edje: porting evas smart callbacks to eo

It's the first stage of 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/edje/edje_calc.c [changed mode: 0644->0755]
src/lib/edje/edje_object.eo [changed mode: 0644->0755]