efl_ui_layout_part_*: declare stable
authorMarcel Hollerbach <mail@marcel-hollerbach.de>
Tue, 17 Sep 2019 14:41:49 +0000 (16:41 +0200)
committerJongmin Lee <jm105.lee@samsung.com>
Fri, 20 Sep 2019 21:20:38 +0000 (06:20 +0900)
Reviewed-by: Cedric BAIL <cedric.bail@free.fr>
Differential Revision: https://phab.enlightenment.org/D9995

src/lib/elementary/efl_ui_layout_part.eo
src/lib/elementary/efl_ui_layout_part_bg.eo
src/lib/elementary/efl_ui_layout_part_box.eo
src/lib/elementary/efl_ui_layout_part_content.eo
src/lib/elementary/efl_ui_layout_part_table.eo
src/lib/elementary/efl_ui_layout_part_text.eo

index 0ce9829..f015ca2 100644 (file)
@@ -1,4 +1,4 @@
-class @beta Efl.Ui.Layout_Part extends Efl.Ui.Widget_Part
+class Efl.Ui.Layout_Part extends Efl.Ui.Widget_Part
 {
    [[Elementary layout internal part class]]
    data: null;
index f1404d2..dff060f 100644 (file)
@@ -1,4 +1,4 @@
-class @beta Efl.Ui.Layout_Part_Bg extends Efl.Ui.Widget_Part_Bg
+class Efl.Ui.Layout_Part_Bg extends Efl.Ui.Widget_Part_Bg
 {
    [[Elementary layout internal part background class]]
    data: null;
index 8aa664e..ba713dd 100644 (file)
@@ -1,9 +1,9 @@
 /* TIZEN_ONLY(20180508): fix layout_part_cursor things and eo hierarchy of part_box/part_table
-class @beta Efl.Ui.Layout_Part_Box extends Efl.Object implements Efl.Pack_Linear,
+class Efl.Ui.Layout_Part_Box extends Efl.Object implements Efl.Pack_Linear,
                               Efl.Ui.Layout_Orientable_Readonly
  */
 /* END */
-class @beta Efl.Ui.Layout_Part_Box extends Efl.Ui.Layout_Part implements Efl.Pack_Linear,
+class Efl.Ui.Layout_Part_Box extends Efl.Ui.Layout_Part implements Efl.Pack_Linear,
                               Efl.Ui.Layout_Orientable_Readonly
 {
    [[Represents a Box created as part of a layout.
index 923033d..c09d075 100644 (file)
@@ -1,4 +1,4 @@
-class @beta Efl.Ui.Layout_Part_Content extends Efl.Ui.Layout_Part implements Efl.Content
+class Efl.Ui.Layout_Part_Content extends Efl.Ui.Layout_Part implements Efl.Content
 {
    [[Elementary layout internal part class]]
    data: null;
index 20469e6..97274b4 100644 (file)
@@ -1,8 +1,8 @@
 /* TIZEN_ONLY(20180508): fix layout_part_cursor things and eo hierarchy of part_box/part_table
-class @beta Efl.Ui.Layout_Part_Table extends Efl.Object implements Efl.Pack_Table
+class Efl.Ui.Layout_Part_Table extends Efl.Object implements Efl.Pack_Table
  */
 /* END */
-class @beta Efl.Ui.Layout_Part_Table extends Efl.Ui.Layout_Part implements Efl.Pack_Table
+class Efl.Ui.Layout_Part_Table extends Efl.Ui.Layout_Part implements Efl.Pack_Table
 {
    [[Represents a Table created as part of a layout.
 
index a7442a7..0a092a2 100644 (file)
@@ -1,4 +1,4 @@
-class @beta Efl.Ui.Layout_Part_Text extends Efl.Ui.Layout_Part implements Efl.Text, Efl.Text_Markup,
+class Efl.Ui.Layout_Part_Text extends Efl.Ui.Layout_Part implements Efl.Text, Efl.Text_Markup,
                                Efl.Ui.L10n
 {
    [[Elementary layout internal part class]]