Efl.Ui.Text_Factory.Images.matches_add

Description

Associates given name with a path of an image or EET file.

This can be used for quick retrieval (instead of providing actual filenames.

This file is associated with name is considered a full file path.

see Efl.Ui.Text_Factory.Images.matches_mmap_add for mmap version see Efl.Ui.Text_Factory.Images.matches_del

Signature

matches_add {
    params {
        @in name: string;
        @in path: string;
        @in key: string;
    }
    return: bool;
}

C signature

Eina_Bool efl_ui_text_factory_images_matches_add(Eo *obj, const char *name, const char *path, const char *key);

Parameters

  • name (in) - the name associated with filename
  • path (in) - the image or EET file path
  • key (in) - the key to use (in cases of loading an EET file

Implemented by