remove @beta from Canvas_Textblock_Factory and Selection_Formate

This commit is contained in:
WooHyun Jung 2020-01-14 09:34:18 +09:00
parent e55e83370d
commit 2e8543f36d
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ enum @beta Efl.Ui.Selection_Type
clipboard [[Clipboard selection (ctrl+C)]]
}
enum @beta Efl.Ui.Selection_Format
enum Efl.Ui.Selection_Format
{
[[Selection format]]
targets = -1, [[For matching every possible atom]]

View File

@ -1,4 +1,4 @@
interface @beta Efl.Canvas.Textblock_Factory
interface Efl.Canvas.Textblock_Factory
{
[[Object factory that creates Efl.Canvas.Object objects.