summaryrefslogtreecommitdiff
path: root/ElmSharp/ElmSharp.csproj
diff options
context:
space:
mode:
authorKangho Hur <kangho.hur@samsung.com>2016-09-06 09:48:59 +0900
committerKangho Hur <kangho.hur@samsung.com>2016-09-07 14:01:38 +0900
commita490b147d6fb5f0a8bc58a0bc21c3d73ddef1d49 (patch)
tree9595e43f8a59dab58937c4833f72c9b8b0f9869e /ElmSharp/ElmSharp.csproj
parent62497884afa39c4d5ce2045a2ab8cfd1ac60a6a1 (diff)
downloadelm-sharp-a490b147d6fb5f0a8bc58a0bc21c3d73ddef1d49.tar.gz
elm-sharp-a490b147d6fb5f0a8bc58a0bc21c3d73ddef1d49.tar.bz2
elm-sharp-a490b147d6fb5f0a8bc58a0bc21c3d73ddef1d49.zip
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
Diffstat (limited to 'ElmSharp/ElmSharp.csproj')
-rw-r--r--ElmSharp/ElmSharp.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/ElmSharp/ElmSharp.csproj b/ElmSharp/ElmSharp.csproj
index b9850d8..47fa3cd 100644
--- a/ElmSharp/ElmSharp.csproj
+++ b/ElmSharp/ElmSharp.csproj
@@ -105,6 +105,7 @@
<Compile Include="ElmSharp\Widget.cs" />
<Compile Include="ElmSharp\Window.cs" />
<Compile Include="ElmSharp\WrapType.cs" />
+ <Compile Include="Interop\Interop.Eo.cs" />
<Compile Include="Interop\Interop.Ecore.cs" />
<Compile Include="Interop\Interop.Elementary.Bg.cs" />
<Compile Include="Interop\Interop.Elementary.Box.cs" />