Efl.Gfx.Vg.Value_Provider: Move internal function changed_flag to eo.
authorJunsuChoi <jsuya.choi@samsung.com>
Mon, 1 Jun 2020 04:21:04 +0000 (13:21 +0900)
committerJongmin Lee <jm105.lee@samsung.com>
Mon, 1 Jun 2020 04:32:56 +0000 (13:32 +0900)
commitba336d944468e270c6208bd70f9866d2046627fb
treee061c5045b24cd694e6290faadd075bfe140f9e2
parent5fd392b0de800f024b33098b763298e0cfcb51bb
Efl.Gfx.Vg.Value_Provider: Move internal function changed_flag to eo.

Summary:
changed_flag was declared in the private header for internal use(static_lib).
However, as the meson script has been changed, it can no longer be used.
changed_flag can display the property to which the changed
among the properties of value_provider.
there is no problem in providing it as an eo function, so move the function to eo.

Test Plan: N/A

Reviewers: Hermet, herb, kimcinoo

Reviewed By: Hermet

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D11894
src/lib/evas/canvas/efl_gfx_vg_value_provider.c
src/lib/evas/canvas/efl_gfx_vg_value_provider.eo
src/lib/evas/canvas/efl_gfx_vg_value_provider.h
src/lib/evas/canvas/evas_vg_private.h
src/static_libs/vg_common/vg_common_json.c