efl.ui.win: mark last remaining unstable methods as @beta
authorXavi Artigas <xavierartigas@yahoo.es>
Thu, 7 Mar 2019 15:09:53 +0000 (15:09 +0000)
committerJunsuChoi <jsuya.choi@samsung.com>
Thu, 14 Mar 2019 05:46:27 +0000 (14:46 +0900)
After this, it looks like this class is stable enough for release.

ref T7511

Reviewed-by: Cedric BAIL <cedric.bail@free.fr>
Reviewed-by: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Differential Revision: https://phab.enlightenment.org/D8220

src/lib/elementary/efl_ui_win.eo

index ab3bafa..edc4e00 100644 (file)
@@ -196,7 +196,7 @@ class @beta Efl.Ui.Win extends Efl.Ui.Widget implements Efl.Canvas.Scene, Efl.Ac
             type: Efl.Ui.Win_Indicator_Mode; [[The mype, one of @Efl.Ui.Win_Indicator_Mode.]]
          }
       }
-      @property keyboard_mode {
+      @property keyboard_mode @beta {
          set {
             [[Sets the keyboard mode of the window.]]
          }
@@ -236,7 +236,7 @@ class @beta Efl.Ui.Win extends Efl.Ui.Widget implements Efl.Canvas.Scene, Efl.Ac
             profiles: const(array<string>); [[A list of profiles.]]
          }
       }
-      @property screen_constrain {
+      @property screen_constrain @beta {
          set {
             [[Constrain the maximum width and height of a window to the
               width and height of the screen.
@@ -943,7 +943,7 @@ class @beta Efl.Ui.Win extends Efl.Ui.Widget implements Efl.Canvas.Scene, Efl.Ac
       unfullscreen: void; [[Called when window is no longer set to fullscreen]]
       maximized: void; [[Called when window is set to maximized]]
       unmaximized: void; [[Called when window is no longer set to maximized]]
-      indicator,prop,changed: void; [[Called when indicator is property changed]]
+      indicator,prop,changed @beta: void; [[Called when indicator is property changed]]
       rotation,changed: void; [[Called when window rotation is changed]]
       profile,changed @beta: void; [[Called when profile is changed]]
       wm,rotation,changed @beta: void; [[Called when window manager rotation is changed]]