diff --git a/src/lib/efl/interfaces/efl_input_device.eo b/src/lib/efl/interfaces/efl_input_device.eo index c2dcc0ba88..e6c989871d 100644 --- a/src/lib/efl/interfaces/efl_input_device.eo +++ b/src/lib/efl/interfaces/efl_input_device.eo @@ -1,4 +1,4 @@ -enum Efl.Input.Device.Type +enum Efl.Input.Device_Type { [[General type of input device. @@ -29,7 +29,7 @@ class Efl.Input.Device (Efl.Object) @property device_type { [[Device type property]] values { - klass: Efl.Input.Device.Type; [[Input device class]] + klass: Efl.Input.Device_Type; [[Input device class]] } } @property source { @@ -44,7 +44,7 @@ class Efl.Input.Device (Efl.Object) This method will find the seat the device belongs to. For this, it walk through device's parents looking for a device - with @Efl.Input.Device.Type.seat. It may be + with @Efl.Input.Device_Type.seat. It may be the device itself. In case no seat is found, $null is returned. diff --git a/src/lib/evas/canvas/evas_canvas.eo b/src/lib/evas/canvas/evas_canvas.eo index 09c2c2ed63..29a20414ba 100644 --- a/src/lib/evas/canvas/evas_canvas.eo +++ b/src/lib/evas/canvas/evas_canvas.eo @@ -948,7 +948,7 @@ class Evas.Canvas (Efl.Object, Efl.Canvas.Scene, Efl.Animator, Efl.Input.Interfa ]] get {} keys { - type: Efl.Input.Device.Type; [[The class of the default device to fetch.]] + type: Efl.Input.Device_Type; [[The class of the default device to fetch.]] } values { seat: Efl.Input.Device; [[The default device or $null on error.]]