Elm image: Fix eo type errors.

This commit is contained in:
Tom Hacohen 2016-04-19 16:13:21 +01:00
parent 42bfde5088
commit 3cb13c4f83
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ struct Elm.Image.Error
@since 1.8
]]
status: int;
open_error: Eina.Bool;
open_error: bool;
}
class Elm.Image (Elm.Widget, Evas.Clickable_Interface, Evas.Draggable_Interface,