• Main
  • About
  • Download
  • Contact
  • Docs
  • News
  • Develop
  • Contribute
  • Options
    • Show pagesource
    • Backlinks
    • Media Manager
    • Sitemap
  • Login / Register

Navigation

  • Developing with EFL
  • Setting Up EFL
  • Tutorials: Legacy API
  • Tutorials: Unified C API
  • Tutorials: Unified C# API
  • Programming Guides: Legacy API
  • Programming Guides: Unified C API
  • Programming Guides: Unified C# API
  • Reference Guide: Legacy API
  • Reference Guide: Unified C API
  • Reference Guide: Unified C# API 🌐

Page Contents

  • Description
  • Signature
  • C signature
  • Implemented by
  • Top of Page

Efl.Ui.Layout.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

Eina_Error efl_file_load(Eo *obj);

Implemented by

  • Efl.File.load
  • Evas.Canvas3D.Mesh.load
  • Efl.Ui.Win_Part.load
  • Efl.Canvas.Video.load
  • Efl.Ui.Text.load
  • Efl.Canvas.Image.load
  • Efl.Canvas.Layout.load
  • Efl.Ui.Layout.load
  • Efl.Ui.Image.load
  • Efl.Ui.Image_Zoomable.load
  • Efl.Ui.Animation_View.load
  • Evas.Canvas3D.Texture.load
  • Efl.Canvas.Vg.Object.load
  • Efl.Ui.Widget_Part_Bg.load
  • Efl.Ui.Video.load
  • Efl.Ui.Popup_Part_Backwall.load
  • Efl.Ui.Bg.load