[ElmSharp] modified eo api name according to efl 1.2.0 api name (#204)
authorarosis78 <35049857+arosis78@users.noreply.github.com>
Tue, 3 Apr 2018 01:30:08 +0000 (10:30 +0900)
committerGitHub <noreply@github.com>
Tue, 3 Apr 2018 01:30:08 +0000 (10:30 +0900)
commite239a3c40953359b108d2bf50f93315f673f18b7
treec0589dadd7b6db47f106d45e3263e945c21f37f6
parent9d214a6d7bbf569dad8e5ac25e502a42f77a2282
[ElmSharp] modified eo api name according to efl 1.2.0 api name (#204)

eo_class_get and eo_class_name_get are modified to efl_class_get and efl_class_name_get in efl 1.2.0
Additionally, added elm_object_color_class_del and used this api instead of edje_object_color_class_del in Layout
src/ElmSharp/ElmSharp/EvasObject.cs [changed mode: 0644->0755]
src/ElmSharp/ElmSharp/Layout.cs [changed mode: 0644->0755]
src/ElmSharp/Interop/Interop.Elementary.cs
src/ElmSharp/Interop/Interop.Eo.cs [changed mode: 0644->0755]
test/ElmSharp.Test/TC/Wearable/ButtonTest1.cs [changed mode: 0644->0755]