Elm check: Fix eo type errors.

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

View File

@ -10,7 +10,7 @@ class Elm.Check (Elm.Nstate, Elm.Interface_Atspi_Widget_Action)
[[Get the state of the check object.]]
}
values {
value: Eina_Bool;
value: bool;
}
}
}