summaryrefslogtreecommitdiff
path: root/src/lib/elementary/efl_ui_calendar.eo
diff options
context:
space:
mode:
authorXavi Artigas <xavierartigas@yahoo.es>2019-02-14 17:37:02 +0100
committerXavi Artigas <xavierartigas@yahoo.es>2019-02-14 17:46:50 +0100
commit333330a6e51225b3ef8d725c4a930fc8c02fac18 (patch)
treed36409196ea62ee5d263d4666bf36b8a93339503 /src/lib/elementary/efl_ui_calendar.eo
parent751ff0ed06be9cd91fa230e56eee7ae151d52cca (diff)
downloadefl-333330a6e51225b3ef8d725c4a930fc8c02fac18.tar.gz
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
Diffstat (limited to 'src/lib/elementary/efl_ui_calendar.eo')
-rw-r--r--src/lib/elementary/efl_ui_calendar.eo2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/elementary/efl_ui_calendar.eo b/src/lib/elementary/efl_ui_calendar.eo
index 78bc2b4a38..33547507da 100644
--- a/src/lib/elementary/efl_ui_calendar.eo
+++ b/src/lib/elementary/efl_ui_calendar.eo
@@ -16,7 +16,7 @@ enum Efl.Ui.Calendar_Weekday
last [[Sentinel value to indicate last enum field during iteration]]
}
-class Efl.Ui.Calendar extends Efl.Ui.Layout implements Efl.Ui.Focus.Composition, Efl.Access.Widget.Action, Efl.Ui.Format
+class @beta Efl.Ui.Calendar extends Efl.Ui.Layout implements Efl.Ui.Focus.Composition, Efl.Access.Widget.Action, Efl.Ui.Format
{
[[Calendar widget