Efl.Gfx.Filter: Rework APIs and mark as stable
authorJean-Philippe Andre <jp.andre@samsung.com>
Mon, 29 Feb 2016 06:23:18 +0000 (15:23 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Wed, 2 Mar 2016 03:57:23 +0000 (12:57 +0900)
commit24f19dc770093e9c7d67887502a384cbe894c47f
tree478711d63e535cd5ba98855b2cef3f66fa1eb4d4
parent7920e66f29e7b2bed8f58d1768c008b199be322a
Efl.Gfx.Filter: Rework APIs and mark as stable

- Remove @beta flags,
- Update @since to match stabilization,
- Change methods to properties with keys,
- Use eo_prefix and add filter_ prefix to all properties since
  they use very generic names,

The filter API stays under Efl.Gfx since there are other kinds of
filters, and this one is the particular "graphical filter" or
"effect" API.

The EO API mostly not change from an application point of view,
except for "source_get" which now returns a string directly. Also,
state and data can now be queried.
src/lib/efl/interfaces/efl_gfx_filter.eo
src/lib/evas/canvas/evas_filter.eo
src/lib/evas/canvas/evas_filter_mixin.c
src/lib/evas/canvas/evas_image.eo
src/lib/evas/canvas/evas_object_image.c
src/lib/evas/canvas/evas_object_text.c
src/lib/evas/canvas/evas_text.eo
src/tests/edje/edje_test_edje.c