efl: mark a couple internal eo files as @beta

Summary: these are not distributed apis so they should always remain beta

Reviewers: q66

Reviewed By: q66

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D9559
This commit is contained in:
Mike Blumenkrantz 2019-08-14 19:24:19 +02:00 committed by Daniel Kolesa
parent e533bef2bf
commit 0ca5cd82a9
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
class Edje.Global extends Efl.Object implements Efl.Gfx.Color_Class, Efl.Gfx.Text_Class, Efl.Gfx.Size_Class class @beta Edje.Global extends Efl.Object implements Efl.Gfx.Color_Class, Efl.Gfx.Text_Class, Efl.Gfx.Size_Class
{ {
[[An internal object that manages global color, text and size classes for [[An internal object that manages global color, text and size classes for
the whole application. Individual edje objects also support the same the whole application. Individual edje objects also support the same

View File

@ -1,4 +1,4 @@
class Focus.Test.Sub.Main class @beta Focus.Test.Sub.Main
extends Efl.Object extends Efl.Object
implements Efl.Ui.Focus.Object, Efl.Ui.Focus.Manager_Sub, Efl.Gfx.Entity implements Efl.Ui.Focus.Object, Efl.Ui.Focus.Manager_Sub, Efl.Gfx.Entity
{ {