efl/src/lib/emotion
Mike Blumenkrantz 6326e18b3f efl.file: improve api a bit
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
2019-02-27 13:17:10 -05:00
..
Emotion.h all: Simplify definition of EAPI 2018-01-18 18:04:03 +09:00
Emotion_Eo.h emotion: convert Emotion_Object into Efl.Canvas.Video 2016-09-21 11:04:34 -07:00
Emotion_Legacy.h emotion: convert Emotion_Object into Efl.Canvas.Video 2016-09-21 11:04:34 -07:00
efl_canvas_video.eo efl.file: improve api a bit 2019-02-27 13:17:10 -05:00
emotion_main.c
emotion_modules.c emotion modules - warn - fix possible uninit var 2018-11-09 11:44:00 +00:00
emotion_modules.h all: Simplify definition of EAPI 2018-01-18 18:04:03 +09:00
emotion_private.h Fix sed error that changed "video" to "videfl" 2017-04-17 17:06:28 -05:00
emotion_smart.c efl.file: improve api a bit 2019-02-27 13:17:10 -05:00
emotion_webcam.c efl: Reset ecore event types on init 2017-12-19 11:14:37 +09:00
meson.build meson: use eolian_gen with -S 2018-12-03 19:00:26 +01:00