Efl.Ui.Popup_Part_Backwall.load

Description

Perform all necessary operations to open and load file data into the object using the Efl.File.file (or Efl.File.mmap) and Efl.File.key properties.

In the case where Efl.File.file.set has been called on an object, this will internally open the file and call Efl.File.mmap.set on the object using the opened file handle.

Calling Efl.File.load on an object which has already performed file operations based on the currently set properties will have no effect.

Since 1.22

Overridden from Efl.File.load.

Signature

load {
    return: Eina.Error;
}

C signature

Implemented by