X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2FElmSharp.Wearable%2FElmSharp.Wearable%2FICircleWidget.cs;h=ed3b03a00a372dc201340cc6537c6b1b9f8169b4;hb=58283d6a09a7f531af61ae7b27b574603ef244df;hp=8cf64dc2bd6a7413e844324a22e068715422106e;hpb=47538a7ba367af182eba34d849654848c3f9b34b;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git diff --git a/src/ElmSharp.Wearable/ElmSharp.Wearable/ICircleWidget.cs b/src/ElmSharp.Wearable/ElmSharp.Wearable/ICircleWidget.cs index 8cf64dc..ed3b03a 100644 --- a/src/ElmSharp.Wearable/ElmSharp.Wearable/ICircleWidget.cs +++ b/src/ElmSharp.Wearable/ElmSharp.Wearable/ICircleWidget.cs @@ -8,18 +8,21 @@ namespace ElmSharp.Wearable /// The ICircleWidget is the interface for a widget to display and handle with the CircleSurface. /// /// preview + [Obsolete("This has been deprecated in API12")] public interface ICircleWidget { /// /// Gets the handle for the Circle widget. /// /// preview + [Obsolete("This has been deprecated in API12")] IntPtr CircleHandle { get; } /// /// Gets the CircleSurface used in this widget. /// /// preview + [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. /// /// preview + [Obsolete("This has been deprecated in API12")] public interface IRotaryActionWidget : ICircleWidget { }