diff options
author | Cedric Bail <cedric.bail@samsung.com> | 2013-10-01 16:38:01 +0900 |
---|---|---|
committer | Cedric Bail <cedric.bail@samsung.com> | 2013-10-01 16:38:44 +0900 |
commit | 83eaf14f32e3fb804b97906af6e0af70303bf24b (patch) | |
tree | 160a2c7d50249a7a9a7495c2a18cb2410e64c54c /src/lib/evas/Evas_Common.h | |
parent | bb84a01f7ce9d04b8d9ea9e14f8480f44b8449e1 (diff) |
evas: make Evas_Loader.h a real public API.
Diffstat (limited to 'src/lib/evas/Evas_Common.h')
-rw-r--r-- | src/lib/evas/Evas_Common.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/lib/evas/Evas_Common.h b/src/lib/evas/Evas_Common.h index 77f65bd4d6..0c2d9b3655 100644 --- a/src/lib/evas/Evas_Common.h +++ b/src/lib/evas/Evas_Common.h | |||
@@ -400,17 +400,6 @@ typedef struct _Evas_Event_Key_Up Evas_Event_Key_Up; /**< Event structure | |||
400 | typedef struct _Evas_Event_Hold Evas_Event_Hold; /**< Event structure for #EVAS_CALLBACK_HOLD event callbacks */ | 400 | typedef struct _Evas_Event_Hold Evas_Event_Hold; /**< Event structure for #EVAS_CALLBACK_HOLD event callbacks */ |
401 | typedef struct _Evas_Event_Render_Post Evas_Event_Render_Post; /**< Event structure that may come with #EVAS_CALLBACK_RENDER_POST event callbacks @since 1.8 */ | 401 | typedef struct _Evas_Event_Render_Post Evas_Event_Render_Post; /**< Event structure that may come with #EVAS_CALLBACK_RENDER_POST event callbacks @since 1.8 */ |
402 | 402 | ||
403 | typedef enum _Evas_Load_Error | ||
404 | { | ||
405 | EVAS_LOAD_ERROR_NONE = 0, /**< No error on load */ | ||
406 | EVAS_LOAD_ERROR_GENERIC = 1, /**< A non-specific error occurred */ | ||
407 | EVAS_LOAD_ERROR_DOES_NOT_EXIST = 2, /**< File (or file path) does not exist */ | ||
408 | EVAS_LOAD_ERROR_PERMISSION_DENIED = 3, /**< Permission denied to an existing file (or path) */ | ||
409 | EVAS_LOAD_ERROR_RESOURCE_ALLOCATION_FAILED = 4, /**< Allocation of resources failure prevented load */ | ||
410 | EVAS_LOAD_ERROR_CORRUPT_FILE = 5, /**< File corrupt (but was detected as a known format) */ | ||
411 | EVAS_LOAD_ERROR_UNKNOWN_FORMAT = 6 /**< File is not a known format */ | ||
412 | } Evas_Load_Error; /**< Evas image load error codes one can get - see evas_load_error_str() too. */ | ||
413 | |||
414 | typedef enum _Evas_Alloc_Error | 403 | typedef enum _Evas_Alloc_Error |
415 | { | 404 | { |
416 | EVAS_ALLOC_ERROR_NONE = 0, /**< No allocation error */ | 405 | EVAS_ALLOC_ERROR_NONE = 0, /**< No allocation error */ |