Efl.File.mmap

Description

The mmaped file from where an object will fetch the real data (it must be an Eina.File).

If mmap is set during object construction, the object will automatically call Efl.File.load during the finalize phase of construction.

Since 1.22

Values

  • f - The handle to the Eina.File that will be used

Signature

@property mmap {
    get {}
    set {
        return: Eina.Error;
    }
    values {
        f: const(Eina.File);
    }
}

C signature

const Eina_File efl_file_mmap_get(const Eo *obj);
Eina_Error efl_file_mmap_set(Eo *obj, const Eina_File f);

Implemented by