[Bluetooth][Non-ACR] Fix no data exception issue (#787)
[platform/core/csapi/tizenfx.git] / internals / src / EflSharp / EflSharp / Interop.Eext.CircleSpinner.cs
1 using System;
2 using System.Runtime.InteropServices;
3
4 internal static partial class Interop
5 {
6     internal static partial class Eext
7     {
8         [DllImport(efl.Libs.Eext)]
9         internal static extern IntPtr eext_circle_object_spinner_add(IntPtr spinner, IntPtr surface);
10
11         [DllImport(efl.Libs.Eext)]
12         internal static extern IntPtr eext_circle_object_spinner_angle_set(IntPtr spinner, double angle);
13     }
14 }