efl.canvas.textblock: annotate obstacle methods as beta
authorAli Alzyod <ali198724@gmail.com>
Thu, 23 Jan 2020 11:31:57 +0000 (12:31 +0100)
committerJongmin Lee <jm105.lee@samsung.com>
Mon, 27 Jan 2020 21:06:49 +0000 (06:06 +0900)
Summary:
We decided to annotate these methods as beta

**obstacle_add**
**obstacle_del**
**obstacles_update**

Reviewers: woohyun, segfaultxavi

Reviewed By: segfaultxavi

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Maniphest Tasks: T8460

Differential Revision: https://phab.enlightenment.org/D11136

src/lib/evas/canvas/efl_canvas_textblock.eo

index 8e9bee7..2ecfd7b 100644 (file)
@@ -388,7 +388,7 @@ class @beta Efl.Canvas.Textblock extends Efl.Canvas.Object implements Efl.Text,
          }
       }
       // Obstacles
-      obstacle_add {
+      obstacle_add @beta {
          [[Add obstacle object $eo_obs to be avoided during layout
            of text.
 
@@ -400,7 +400,7 @@ class @beta Efl.Canvas.Textblock extends Efl.Canvas.Object implements Efl.Text,
          }
          return: bool; [[$true on success.]]
       }
-      obstacle_del {
+      obstacle_del @beta {
          [[Removes $eo_obs from observation during text layout.
          ]]
          params {
@@ -408,7 +408,7 @@ class @beta Efl.Canvas.Textblock extends Efl.Canvas.Object implements Efl.Text,
          }
          return: bool; [[$true on success.]]
       }
-      obstacles_update {
+      obstacles_update @beta {
          [[Triggers for relayout due to obstacles' state change.
 
            The obstacles alone don't affect the layout, until this is