efl/src/examples
Jaehyun Cho 3e21d34349 efl_ui_spotlight: rename Manager_XXX and Indicator_XXX
Summary:
In spotlight classes, "Manager" and "Indicator" are used as prefix in
the class names.
e.g. Efl.Ui.Spotlight.Manager_Plain, Efl.Ui.Spotlight.Indicator_Icon

However, those classes are basically manager and indicator classes with
different features. Therefore, "Manager" and "Indicator" should be used
as postfix in the class names.
e.g. Efl.Ui.Spotlight.Plain_Manager, Efl.Ui.Spotlight.Icon_Indicator

However, for the easier usage of C APIs, c_prefix of those classes are
remained to be "efl_ui_spotlight_manager_xxx" and
"efl_ui_spotlight_indicator_xxx".

Reviewers: segfaultxavi, bu5hm4n, zmike

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D11142
2020-01-23 12:55:12 +09:00
..
ecore examples: efl_exe: fix out of bounds write 2019-11-15 11:55:47 -05:00
ecore_avahi warning - move break in switch to handle properly and addess warning 2019-07-28 11:37:23 +01:00
edje examples: shut up edc build warnings. 2019-08-22 14:03:51 +09:00
eet autotools: REMOVAL! 2019-06-18 08:56:34 +02:00
efl_mono csharp: Add licensing information. 2019-10-24 10:10:56 -03:00
eina csharp: Add licensing information. 2019-10-24 10:10:56 -03:00
eina_cxx cxx: Add license to CXX bindings. 2019-10-24 10:40:16 -03:00
eio autotools: REMOVAL! 2019-06-18 08:56:34 +02:00
eldbus examples/eldbus: fix pointer leak on failure case 2019-10-16 07:02:49 +09:00
elementary efl_ui_spotlight: rename Manager_XXX and Indicator_XXX 2020-01-23 12:55:12 +09:00
emile autotools: REMOVAL! 2019-06-18 08:56:34 +02:00
emotion examples/emotion: remove dead code 2019-10-09 20:02:33 +02:00
eolian_cxx cxx: Add license to CXX bindings. 2019-10-24 10:40:16 -03:00
ephysics build: move src/examples/ to a single makefile 2018-08-03 13:09:22 +02:00
ethumb_client autotools: REMOVAL! 2019-06-18 08:56:34 +02:00
evas efl_canvas_animation: rename Animation_XXX to XXX_Animation 2020-01-20 12:53:10 +09:00