tasn pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=9a1635dde23891a2db4ef3f832a6c930fd43db96
commit 9a1635dde23891a2db4ef3f832a6c930fd43db96 Merge: 847d3e0 6bbf03a Author: Tom Hacohen <[email protected]> Date: Thu Aug 21 11:05:11 2014 +0100 Efl inerfaces: Merge initial efl interfaces work. This includes the efl interfaces changes as mentioned in: https://phab.enlightenment.org/w/efl_interfaces/ This is still work in progress, but stable enough to be used. configure.ac | 2 +- src/lib/elm_bg.c | 16 ++++++++-- src/lib/elm_bg.eo | 46 ++--------------------------- src/lib/elm_bg_legacy.h | 47 +++++++++++++++++++++++++++++- src/lib/elm_icon.c | 6 ++-- src/lib/elm_icon.eo | 2 +- src/lib/elm_image.c | 52 +++++++++++++++++++-------------- src/lib/elm_image.eo | 71 +++++---------------------------------------- src/lib/elm_image_legacy.h | 15 ++++++++++ src/lib/elm_layout.c | 10 +++++-- src/lib/elm_layout.eo | 18 ++---------- src/lib/elm_layout_legacy.h | 15 +++++++++- src/lib/elm_photo.c | 8 ++++- src/lib/elm_photo.eo | 20 ++----------- src/lib/elm_photo_legacy.h | 17 ++++++++++- src/lib/elm_prefs.c | 22 ++++++++++---- src/lib/elm_prefs.eo | 54 ++-------------------------------- src/lib/elm_prefs_legacy.h | 52 +++++++++++++++++++++++++++++++++ src/lib/elm_thumb.c | 21 ++++++++++++-- src/lib/elm_thumb.eo | 33 ++------------------- src/lib/elm_thumb_legacy.h | 35 +++++++++++++++++++++- src/lib/elm_video.c | 9 +++++- src/lib/elm_video.eo | 27 ++--------------- src/lib/elm_video_legacy.h | 24 ++++++++++++++- src/lib/elm_win.eo | 1 + 25 files changed, 331 insertions(+), 292 deletions(-) --
