q66 pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=92bf45bf7cda2f22c0aa6b559f3907d72a4ec95c

commit 92bf45bf7cda2f22c0aa6b559f3907d72a4ec95c
Author: Xavi Artigas <xavierarti...@yahoo.es>
Date:   Wed May 23 10:56:08 2018 +0200

    efl: rename Efl.Input.Device.Type -> Efl.Input.Device_Type
---
 src/lib/efl/interfaces/efl_input_device.eo | 6 +++---
 src/lib/evas/canvas/evas_canvas.eo         | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

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.]]

-- 


Reply via email to