efl: extend possible error while decoding an image to be cancelled.

This commit is contained in:
Cedric BAIL 2016-12-06 16:22:11 -08:00
parent 3aa63faa10
commit 889944fefe
1 changed files with 2 additions and 1 deletions

View File

@ -190,7 +190,8 @@ enum Efl.Image.Load.Error
permission_denied = 3, [[Permission denied to an existing file (or path)]]
resource_allocation_failed = 4, [[Allocation of resources failure prevented load]]
corrupt_file = 5, [[File corrupt (but was detected as a known format)]]
unknown_format = 6 [[File is not a known format]]
unknown_format = 6, [[File is not a known format]]
cancelled = 7 [[Reading operation has been cancelled during decoding]]
}
enum Efl.Gfx.Size.Hint.Mode {