summaryrefslogtreecommitdiff
path: root/src/lib/efl/interfaces/efl_input_device.eo
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/efl/interfaces/efl_input_device.eo')
-rw-r--r--src/lib/efl/interfaces/efl_input_device.eo10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/efl/interfaces/efl_input_device.eo b/src/lib/efl/interfaces/efl_input_device.eo
index 22d50b3dec..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.
@@ -27,13 +27,13 @@ class Efl.Input.Device (Efl.Object)
]]
methods {
@property device_type {
- [[Device type property]]
+ [[Device type property]]
values {
- klass: Efl.Input.Device.Type; [[Input device class]]
+ klass: Efl.Input.Device_Type; [[Input device class]]
}
}
@property source {
- [[Device source property]]
+ [[Device source property]]
values {
src: Efl.Input.Device; [[Input device]]
}
@@ -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.