efl/src/examples
Xavi Artigas 6b7346b7b2 Remove individual class BETA guards
Summary:
Eolian adds a per-class BETA guard (like EFL_UI_WIN_BETA) to any method tagged
as @beta. This means that any app (and the EFL code) wanting to use BETA features
has to enable them class by class, which is cumbersome.
This commit replaces the individual guards with the global EFL_BETA_API_SUPPORT
guard, so apps only need to define one symbol to access BETA features.

Any usage of the per-class guards has been removed from the EFL code and examples.
When building EFL the global guard is defined by configure, so all EFL methods
already have access to BETA API.
Efl_Core.h and Efl_Ui.h no longer define EFL_BETA_API_SUPPORT. Apps wanting to
use BETA API have to define this symbol before including any EFL header
(It has been added to the examples requiring it).

Test Plan:
make && make check && make examples still work, but there's a lot less #defines
in the code

Reviewers: zmike, bu5hm4n, q66

Reviewed By: q66

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Maniphest Tasks: T6788

Differential Revision: https://phab.enlightenment.org/D7924
2019-02-13 18:09:17 +01:00
..
ecore Remove individual class BETA guards 2019-02-13 18:09:17 +01:00
ecore_avahi here comes meson 2018-10-02 17:22:50 +02:00
edje meson - edje_cc use -fastcomp for fast builds in mesa 2019-01-24 14:04:07 +00:00
eet examples: update gitignore 2018-12-04 10:16:33 +01:00
efl_mono efl: convert all classes to the new eolian syntax 2019-01-18 16:31:26 +01:00
eina docs: Fix assorted typos in legacy documentation 2019-01-28 13:14:20 +01:00
eina_cxx build: move src/examples/ to a single makefile 2018-08-03 13:09:22 +02:00
eio examples: remove setted but not used variable 2019-01-02 10:34:47 +01:00
eldbus examples: fix warnings regarding multiple defines 2019-01-02 10:34:47 +01:00
elementary efl_ui : rename model connect and factory connect to bind property and factory. 2019-02-11 11:06:13 -08:00
elocation build: move src/examples/ to a single makefile 2018-08-03 13:09:22 +02:00
emile here comes meson 2018-10-02 17:22:50 +02:00
emotion examples: fix warnings regarding multiple defines 2019-01-02 10:34:47 +01:00
eolian_cxx efl: convert all classes to the new eolian syntax 2019-01-18 16:31:26 +01:00
ephysics build: move src/examples/ to a single makefile 2018-08-03 13:09:22 +02:00
ethumb_client here comes meson 2018-10-02 17:22:50 +02:00
evas examples: evas-3d-obj provide a biffer string buffer 2019-01-02 10:34:47 +01:00
Makefile.am build: remove BUILT_SOURCES usage from cxx examples makefiles 2018-08-03 13:47:25 +02:00
ecore.mk csharp: Change to new class API. 2018-11-29 21:29:48 -02:00
ecore_avahi.mk examples - fix avahi examples to compile 2018-09-21 13:39:45 +01:00
edje.mk examples: edje: add forgotten edje-anchors example to build 2018-08-21 14:27:49 -04:00
eet.mk build: move src/examples/ to a single makefile 2018-08-03 13:09:22 +02:00
efl_mono.mk efl-csharp: Fixing C# examples 2018-10-04 19:15:42 +02:00
eina.mk examples: eina: add missing example source files to dist 2018-08-21 14:27:29 -04:00
eina_cxx.mk build: move src/examples/ to a single makefile 2018-08-03 13:09:22 +02:00
eio.mk build: move src/examples/ to a single makefile 2018-08-03 13:09:22 +02:00
eldbus.mk build: move src/examples/ to a single makefile 2018-08-03 13:09:22 +02:00
elementary.mk efl_ui : rename model connect and factory connect to bind property and factory. 2019-02-11 11:06:13 -08:00
elocation.mk build: move src/examples/ to a single makefile 2018-08-03 13:09:22 +02:00
emile.mk examples: emile: make sure we ship the Makefile.examples file in dist 2018-08-21 14:31:19 -04:00
emotion.mk build: move src/examples/ to a single makefile 2018-08-03 13:09:22 +02:00
eolian_cxx.mk build: remove BUILT_SOURCES usage from cxx examples makefiles 2018-08-03 13:47:25 +02:00
ephysics.mk build: move src/examples/ to a single makefile 2018-08-03 13:09:22 +02:00
ethumb_client.mk build: move src/examples/ to a single makefile 2018-08-03 13:09:22 +02:00
evas.mk efl-csharp: Fixing C# examples 2018-10-04 19:15:42 +02:00