Hi,

After a recent patch, the usage of the efl.file mixin have changed.
Previously:

if (efl_file_set(object, "somefile.extension", "somekey")) goto success;

Now there is a C api extension to provide the same functionality:

if (efl_file_simple_load(object, "somefile.extension", "somekey")) goto
success;

Or, for eo users:

object = efl_add(SOME_CLASS, parent, efl_file_set(efl_added,
"somefile.extension"));


Please check the docs for more info!


Mike

_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to