summaryrefslogtreecommitdiff
path: root/src/lib/elementary/elm_widget_thumb.h
Commit message (Collapse)AuthorAgeFilesLines
* efl.file: improve api a bitMike Blumenkrantz2019-02-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Summary: the previous implementation/api had a number of issues: * "file" property contained both "file" and "key" values - also performed file loading operation * "load_error" property which was specific to image objects * no methods for controlling file loading/unloading this patch attempts the following changes: * split "file" property into "file" and "key" properties - also remove "key" from existing "mmap" property * remove "load_error" * directly return error codes from operations * add "load" and "unload" methods for directly controlling load state * add implicit file loading if file/mmap is set during construction * rewrite all efl.file implementations to move file loading into load() method * rewrite all usage of efl.file api based on these changes * add C extension functions to mimic previous behavior ref T7577 Reviewers: segfaultxavi, bu5hm4n, cedric Reviewed By: segfaultxavi Subscribers: vitor.sousa, #reviewers, #committers Tags: #efl_api Maniphest Tasks: T7577 Differential Revision: https://phab.enlightenment.org/D8018
* elm: Use ERR instead of CRI if *DATA_GET* returns NULLShinwoo Kim2018-02-011-2/+2
|
* Eo: Finish the renaming of Eo to the EFL.Tom Hacohen2016-08-151-2/+2
| | | | | | | This renames all the rest of the API to the EFL namespace except for Eo_Event that will follow soon. Obviously breaks both API and ABI.
* elementary: move all legacy files to their expected new location.Cedric BAIL2016-03-231-0/+99