From 333330a6e51225b3ef8d725c4a930fc8c02fac18 Mon Sep 17 00:00:00 2001 From: Xavi Artigas Date: Thu, 14 Feb 2019 17:37:02 +0100 Subject: Mark BETA classes individually Summary: Instead of surrounding all the #include "*.eo.h" lines in Efl.h with #ifdef EFL_BETA_API_SUPPORT, include these files unconditionally, but mark all classes as @beta in the eo files. This will allow taking them out of beta one by one as we deem them stable enough. Otherwise, the current procedure involves moving the #include line out of the ifdef block, which is cumbersome and messes include order. Depends on D7950 Fixes T7692 Test Plan: Nothing changes Reviewers: zmike, bu5hm4n, cedric Subscribers: #reviewers, #committers Tags: #efl Maniphest Tasks: T7692 Differential Revision: https://phab.enlightenment.org/D7951 --- src/lib/elementary/efl_ui_layout_factory.eo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/elementary/efl_ui_layout_factory.eo') diff --git a/src/lib/elementary/efl_ui_layout_factory.eo b/src/lib/elementary/efl_ui_layout_factory.eo index 75ced32ed7..b31486db02 100644 --- a/src/lib/elementary/efl_ui_layout_factory.eo +++ b/src/lib/elementary/efl_ui_layout_factory.eo @@ -1,4 +1,4 @@ -class Efl.Ui.Layout_Factory extends Efl.Ui.Caching_Factory +class @beta Efl.Ui.Layout_Factory extends Efl.Ui.Caching_Factory { [[Efl Ui Layout Factory class]] methods { -- cgit v1.2.1