Elm slider: Fix eo type errors.
authorTom Hacohen <tom@stosb.com>
Tue, 19 Apr 2016 15:32:45 +0000 (16:32 +0100)
committerTom Hacohen <tom@stosb.com>
Tue, 19 Apr 2016 16:15:28 +0000 (17:15 +0100)
src/lib/elementary/elm_slider.eo

index 7633671..41b748a 100644 (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 {