summaryrefslogtreecommitdiff
path: root/ElmSharp/ElmSharp.csproj
diff options
context:
space:
mode:
authorWonYoung Choi <wy80.choi@samsung.com>2016-10-28 13:56:53 +0900
committerWonYoung Choi <wy80.choi@samsung.com>2016-10-28 14:39:35 +0900
commit7f15b8af3b17f40a28a43a96448ac6b92f456ceb (patch)
tree7697563704a7600e1df515aa1d674ccc38babd17 /ElmSharp/ElmSharp.csproj
parent5bc682ee2438cce6ac7c7d7ef4b76a7b8569e0ef (diff)
downloadelm-sharp-7f15b8af3b17f40a28a43a96448ac6b92f456ceb.tar.gz
elm-sharp-7f15b8af3b17f40a28a43a96448ac6b92f456ceb.tar.bz2
elm-sharp-7f15b8af3b17f40a28a43a96448ac6b92f456ceb.zip
Add EcoreMainLoop.IsMainThread to check the main loop thread
EcoreMainLoop.IsMainThread returns true when the main loop is running in current thread. Change-Id: I1a189c6fa233fc7be4f14b8a2c4091852ddbe172
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 848a2e1..df61891 100644
--- a/ElmSharp/ElmSharp.csproj
+++ b/ElmSharp/ElmSharp.csproj
@@ -109,6 +109,7 @@
<Compile Include="ElmSharp\Widget.cs" />
<Compile Include="ElmSharp\Window.cs" />
<Compile Include="ElmSharp\WrapType.cs" />
+ <Compile Include="Interop\Interop.Eina.cs" />
<Compile Include="Interop\Interop.Eo.cs" />
<Compile Include="Interop\Interop.Ecore.cs" />
<Compile Include="Interop\Interop.Elementary.Bg.cs" />