edje/load: pass Edje_File instead of Edje to _edje_extract_mo_files()
authorsubhransu mohanty <sub.mohanty@samsung.com>
Tue, 27 Aug 2019 12:04:43 +0000 (08:04 -0400)
committerHosang Kim <hosang12.kim@samsung.com>
Wed, 28 Aug 2019 04:54:41 +0000 (13:54 +0900)
commit74329844db90ef15f70f3db0f76ee0b6d650f299
tree2064d2f7029d8b3cfc1abde944c700a08bae8c38
parent2622ab2cdb72b3e71d49c2e437c3aec02056dd55
edje/load: pass Edje_File instead of Edje to  _edje_extract_mo_files()

Summary:
Why :
1. The function operates on the Edje_File level not on Edje object
   level , so express it clearly in the function argument.
2. if its clear that this function works on file level then
   this should be called when the theme file loaded for the first time
   not on every Edje object creation.

Reviewers: Hermet, zmike, raster, cedric

Reviewed By: zmike

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D9753
src/lib/edje/edje_load.c