diff options
author | Marcel Hollerbach <mail@marcel-hollerbach.de> | 2019-02-22 14:08:53 +0100 |
---|---|---|
committer | Cedric BAIL <cedric.bail@free.fr> | 2019-03-06 11:34:53 -0800 |
commit | 999ed5f200d195f087065bcf0df10a91c6297216 (patch) | |
tree | 1702637d56f9ddfda4f4d8b714042096d7284b72 /src/lib/eo/efl_class.eo | |
parent | f5fed8764df832fed9b7bb2c2a872223a983a00b (diff) |
eo: mark efl_object stable
fix T7557
Reviewed-by: Cedric BAIL <cedric.bail@free.fr>
Differential Revision: https://phab.enlightenment.org/D8000
Diffstat (limited to 'src/lib/eo/efl_class.eo')
-rw-r--r-- | src/lib/eo/efl_class.eo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/eo/efl_class.eo b/src/lib/eo/efl_class.eo index 410a6e4c65..b665ec2e8c 100644 --- a/src/lib/eo/efl_class.eo +++ b/src/lib/eo/efl_class.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | abstract @beta Efl.Class | 1 | abstract Efl.Class |
2 | { | 2 | { |
3 | [[Abstract Efl class]] | 3 | [[Abstract Efl class]] |
4 | data: null; | 4 | data: null; |