Elm slider: Fix eo type errors.

This commit is contained in:
Tom Hacohen 2016-04-19 16:32:45 +01:00
parent 6989db76c2
commit 179395126d
1 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
type slider_func_type: __undefined_type;
type slider_freefunc_type: __undefined_type;
class Elm.Slider (Elm.Layout, Efl.Ui.Progress,
Efl.Orientation,
Elm.Interface_Atspi_Value,
@ -147,7 +150,7 @@ class Elm.Slider (Elm.Layout, Efl.Ui.Progress,
[[Get whether the range is enabled.]]
}
values {
enable: Eina_Bool;
enable: bool;
}
}
@property range {