efl/legacy/edje/src
Gustavo Sverzut Barbieri 19a99eecab Edje needs to detect files changed on disk before considering cache.
If file changed on disc (mtime), then make the reference dangling so
it is not reused anymore on subsequent open. If it is in cache, just
free it as it is not useful anymore.

This solves the following problem:


     edje_object_file_set(ed, path, group);
     ecore_file_cp(new_gen_file, path);
     edje_object_file_set(ed, path, group); /* still uses the old one! */


By: Bruno Dilly <bdilly@profusion.mobi>




SVN revision: 46548
2010-02-27 03:47:04 +00:00
..
bin [PATCH2/2] Improve edje documentation. 2010-02-27 00:25:32 +00:00
lib Edje needs to detect files changed on disk before considering cache. 2010-02-27 03:47:04 +00:00
.cvsignore added .cvsignore files 2004-01-17 16:36:46 +00:00
Makefile.am in we go edje... no it doesnt do anything useful at the moment... 2003-06-02 23:49:56 +00:00