efl_ui : stablized factory classes.

Summary:
for mvvm publizing,
caching factory and layout factory need to be out of beta.

Reviewers: cedric, bu5hm4n, segfaultxavi

Reviewed By: cedric

Subscribers: #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D10855
This commit is contained in:
SangHyeon Jade Lee 2019-12-11 15:54:27 +09:00
parent c3dbcb2447
commit 0887b48f9f
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
parse efl_app;
class @beta Efl.Ui.Caching_Factory extends Efl.Ui.Widget_Factory
class Efl.Ui.Caching_Factory extends Efl.Ui.Widget_Factory
{
[[Efl UI Factory that provides object caching.

View File

@ -1,4 +1,4 @@
class @beta Efl.Ui.Layout_Factory extends Efl.Ui.Caching_Factory
class Efl.Ui.Layout_Factory extends Efl.Ui.Caching_Factory
{
[[@Efl.Ui.Factory that creates @Efl.Ui.Layout objects with caching.