efl/src/examples/ecore
Daniel Kolesa 58b8a3d163 efl: remove EFL_EO_API_SUPPORT macro
Summary:
Since we're now going to be shipping some eo classes as stable,
there is no point in keeping the eo api behind a macro, and it
should be enabled by default. Another case is beta classes, but
those are behind the EFL_BETA_API_SUPPORT guard.

This also changes includes around the place where things are
clearly broken (such as an included header needing something
from another header but that other header being guarded, notably
efl_ui_widget.h needing focus manager but focus manager being
behind beta in Elementary.h)

Reviewers: zmike, cedric, bu5hm4n, stefan_schmidt, segfaultxavi

Reviewed By: cedric, segfaultxavi

Subscribers: segfaultxavi, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D8322
2019-03-18 12:13:59 +01:00
..
.gitignore examples: update gitignore 2018-12-04 10:16:33 +01:00
Makefile.examples
ecore_animator_example.c
ecore_audio_custom.c Revert "efl_add_ref - fis to use efl_add properly with a parent." 2018-05-24 16:02:17 -07:00
ecore_audio_playback.c Revert "efl_add_ref - fis to use efl_add properly with a parent." 2018-05-24 16:02:17 -07:00
ecore_audio_to_ogg.c Revert "efl_add_ref - fis to use efl_add properly with a parent." 2018-05-24 16:02:17 -07:00
ecore_buffer_consumer_example.c
ecore_buffer_example.c
ecore_buffer_provider_example.c
ecore_client_bench.c
ecore_compose_get_example.c
ecore_con_client_example.c
ecore_con_client_simple_example.c
ecore_con_eet_client_example.c
ecore_con_eet_descriptor_example.c
ecore_con_eet_descriptor_example.h
ecore_con_eet_server_example.c
ecore_con_lookup_example.c
ecore_con_server_example.c
ecore_con_server_http_example.c
ecore_con_server_simple_example.c
ecore_con_url_cookies_example.c
ecore_con_url_download_example.c
ecore_con_url_ftp_example.c
ecore_con_url_headers_example.c
ecore_evas_basics_example.c
ecore_evas_buffer_example_01.c
ecore_evas_buffer_example_02.c
ecore_evas_callbacks.c
ecore_evas_cursor_example.c Efl.Canvas.Scene (from Efl.Canvas) 2018-04-24 09:03:23 -07:00
ecore_evas_ews_example.c
ecore_evas_extn_plug_example.c
ecore_evas_extn_socket_example.c
ecore_evas_object_example.c
ecore_evas_vnc_example.c efl: remove EFL_EO_API_SUPPORT macro 2019-03-18 12:13:59 +01:00
ecore_evas_wayland_multiseat_example.c efl: remove EFL_EO_API_SUPPORT macro 2019-03-18 12:13:59 +01:00
ecore_evas_window_sizes_example.c
ecore_event_example_01.c
ecore_event_example_02.c
ecore_exe_example.c
ecore_exe_example_child.c
ecore_fd_handler_example.c
ecore_fd_handler_gnutls_example.c examples: ecore: bring back inet.h include for inet_pton() 2019-02-04 16:01:36 +01:00
ecore_file_download_example.c
ecore_getopt_example.c
ecore_idler_example.c Revert "efl_add_ref - fis to use efl_add properly with a parent." 2018-05-24 16:02:17 -07:00
ecore_imf_example.c
ecore_input_joystick_example.c examples: ecore: add input_joystick example to build 2018-08-22 18:38:37 +09:00
ecore_ipc_client_example.c
ecore_ipc_server_example.c
ecore_job_example.c
ecore_pipe_gstreamer_example.c
ecore_pipe_simple_example.c
ecore_poller_example.c Revert "efl_add_ref - fis to use efl_add properly with a parent." 2018-05-24 16:02:17 -07:00
ecore_promise2_example.c Remove individual class BETA guards 2019-02-13 18:09:17 +01:00
ecore_server_bench.c
ecore_thread_example.c
ecore_time_functions_example.c
ecore_timer_example.c
efl_exe.c efl: remove EFL_EO_API_SUPPORT macro 2019-03-18 12:13:59 +01:00
efl_exe_test.sh examples - add examples for efl exe/thread 2019-02-16 22:03:08 +00:00
efl_io_buffered_stream_example.c efl-net: namespace events to avoid naming conflicts 2019-03-08 12:17:51 -08:00
efl_io_copier_example.c efl-net: namespace events to avoid naming conflicts 2019-03-08 12:17:51 -08:00
efl_io_copier_simple_example.c Remove individual class BETA guards 2019-02-13 18:09:17 +01:00
efl_io_queue_example.c efl-net: namespace events to avoid naming conflicts 2019-03-08 12:17:51 -08:00
efl_mono_loop_timer_example.cs efl-csharp: Respect beta for classes and other stuff. 2019-03-11 16:08:04 -03:00
efl_net_control_example.c Remove individual class BETA guards 2019-02-13 18:09:17 +01:00
efl_net_dialer_http_example.c efl-net: namespace events to avoid naming conflicts 2019-03-08 12:17:51 -08:00
efl_net_dialer_simple_example.c efl-net: namespace events to avoid naming conflicts 2019-03-08 12:17:51 -08:00
efl_net_dialer_udp_example.c efl-net: namespace events to avoid naming conflicts 2019-03-08 12:17:51 -08:00
efl_net_dialer_unix_example.c efl-net: namespace events to avoid naming conflicts 2019-03-08 12:17:51 -08:00
efl_net_dialer_websocket_autobahntestee.c efl-net: namespace events to avoid naming conflicts 2019-03-08 12:17:51 -08:00
efl_net_dialer_websocket_example.c efl-net: namespace events to avoid naming conflicts 2019-03-08 12:17:51 -08:00
efl_net_dialer_windows_example.c efl-net: namespace events to avoid naming conflicts 2019-03-08 12:17:51 -08:00
efl_net_ip_address_example.c efl: remove EFL_EO_API_SUPPORT macro 2019-03-18 12:13:59 +01:00
efl_net_server_example.c efl-net: namespace events to avoid naming conflicts 2019-03-08 12:17:51 -08:00
efl_net_server_simple_example.c efl-net: namespace events to avoid naming conflicts 2019-03-08 12:17:51 -08:00
efl_net_session_example.c Remove individual class BETA guards 2019-02-13 18:09:17 +01:00
efl_net_socket_ssl_dialer_example.c efl-net: namespace events to avoid naming conflicts 2019-03-08 12:17:51 -08:00
efl_net_socket_ssl_server_example.c efl-net: namespace events to avoid naming conflicts 2019-03-08 12:17:51 -08:00
efl_thread.c efl: remove EFL_EO_API_SUPPORT macro 2019-03-18 12:13:59 +01:00
meson.build meson: excludes stuffs related with gst if gst is disabled 2019-01-10 10:57:42 +01:00
red.png