evas proxy: make it work for File_Save.save
authorShinwoo Kim <cinoo.kim@samsung.com>
Tue, 4 Feb 2020 03:06:37 +0000 (12:06 +0900)
committerJongmin Lee <jm105.lee@samsung.com>
Tue, 11 Feb 2020 21:58:27 +0000 (06:58 +0900)
commit4dc456c64cd8bb18a99bbe5eef464c9e3448ee52
tree1b77ba3fcf111194271451e88e58e206cb7fb51f
parentd5d9e9a9aafad398c82c5302f36c1be8db53d455
evas proxy: make it work for File_Save.save

Summary:
File_Save.save does not work for proxy object from following commit.

   c53f152 evas: Make save() work on snapshots

Test Plan:
1. Add an image object and set source object.
evas_object_image_source_set(obj, source);

2. Save the object as a file when you need.
evas_object_image_save(obj, "./file_name.png", NULL, NULL);

Reviewers: cedric, Hermet, jsuya

Reviewed By: Hermet

Subscribers: zmike, subodh6129, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D10629
src/lib/evas/canvas/evas_object_image.c
src/tests/evas/evas_test_image.c