efl.canvas.textblock: annotate obstacle methods as beta

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
This commit is contained in:
Ali Alzyod 2020-01-23 12:31:57 +01:00 committed by Xavi Artigas
parent a8e45ab62f
commit 932ea7a70e
1 changed files with 3 additions and 3 deletions

View 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