workaround: disable efl_access on csharp 33/218733/1
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Wed, 27 Nov 2019 10:50:31 +0000 (19:50 +0900)
committerJaehyun Cho <jae_hyun.cho@samsung.com>
Wed, 27 Nov 2019 10:50:31 +0000 (19:50 +0900)
Change-Id: I01c97b045b3bf7991ece00afc049e4dd2b4bf193

src/bindings/mono/eo_mono/workaround.cs

index 500194e..80299e6 100644 (file)
@@ -371,7 +371,9 @@ namespace Access
 
 public delegate IntPtr ReadingInfoCb(System.IntPtr data, ref Efl.Canvas.Object obj);
 
-public delegate bool GestureCb(System.IntPtr data, ref Efl.Access.GestureInfo info, ref Efl.Canvas.Object obj);
+//TIZEN_ONLY(20191127): disable efl_access on csharp
+//public delegate bool GestureCb(System.IntPtr data, ref Efl.Access.GestureInfo info, ref Efl.Canvas.Object obj);
+//
 
 public struct ActionData : IEquatable<ActionData>
 {