Table of Contents

Efl.Ui.Bg.unload

Description

Perform all necessary operations to unload file data from the object.

In the case where Efl.File.mmap.set has been externally called on an object, the file handle stored in the object will be preserved.

Calling Efl.File.unload on an object which is not currently loaded will have no effect.

Since 1.22

Overridden from Efl.File.unload.

Signature

unload {}

C signature

void efl_file_unload(Eo *obj);

Implemented by