Add Interop.eo to support eo_XXX APIs.
authorKangho Hur <kangho.hur@samsung.com>
Tue, 6 Sep 2016 00:48:59 +0000 (09:48 +0900)
committerKangho Hur <kangho.hur@samsung.com>
Wed, 7 Sep 2016 05:01:38 +0000 (14:01 +0900)
commitc370534c53aaf321b6b573030481003975a02c6d
treeb0d6cd64b4154b314d3de3353439ccf013475ad4
parent91f524241fb275b9899d5c8eb3e1c1699157434a
Add Interop.eo to support eo_XXX APIs.

* Provide ClassName property on EvasObject by using eo_class_get(), eo_class_name_get()
* edje_object_color_class_del(IntPtr obj, string colorClass) has been added to prepare support to reset object color.

Change-Id: Icd2249aad30e81ec142bdaca091796e3e00eaeda
src/ElmSharp/ElmSharp.csproj
src/ElmSharp/ElmSharp/EvasObject.cs
src/ElmSharp/Interop/Interop.Elementary.cs
src/ElmSharp/Interop/Interop.Eo.cs [new file with mode: 0644]
src/ElmSharp/Interop/Interop.Libraries.cs
test/ElmSharp.Test/TC/ButtonTest1.cs