[ACR-564] deprecate unused API
[platform/core/csapi/tizenfx.git] / src / ElmSharp.Wearable / ElmSharp.Wearable / ICircleWidget.cs
index 8cf64dc..ed3b03a 100644 (file)
@@ -8,18 +8,21 @@ namespace ElmSharp.Wearable
     /// The ICircleWidget is the interface for a widget to display and handle with the CircleSurface.
     /// </summary>
     /// <since_tizen> preview </since_tizen>
+    [Obsolete("This has been deprecated in API12")]
     public interface ICircleWidget
     {
         /// <summary>
         /// Gets the handle for the Circle widget.
         /// </summary>
         /// <since_tizen> preview </since_tizen>
+        [Obsolete("This has been deprecated in API12")]
         IntPtr CircleHandle { get; }
 
         /// <summary>
         /// Gets the CircleSurface used in this widget.
         /// </summary>
         /// <since_tizen> preview </since_tizen>
+        [Obsolete("This has been deprecated in API12")]
         CircleSurface CircleSurface { get; }
     }
 
@@ -27,6 +30,7 @@ namespace ElmSharp.Wearable
     /// The IRotaryActionWidget is the interface for a widget that has action by the Rotary event.
     /// </summary>
     /// <since_tizen> preview </since_tizen>
+    [Obsolete("This has been deprecated in API12")]
     public interface IRotaryActionWidget : ICircleWidget
     {
     }