diff options
author | Xavi Artigas <xavierartigas@yahoo.es> | 2018-05-23 10:56:08 +0200 |
---|---|---|
committer | Daniel Kolesa <d.kolesa@samsung.com> | 2018-05-23 17:33:47 +0200 |
commit | 92bf45bf7cda2f22c0aa6b559f3907d72a4ec95c (patch) | |
tree | a5d03337ed6f18acb1f902fe14cb17dca13c0790 /src/lib/efl/interfaces | |
parent | 88e92a63ed7cd4a6515729f9ca513ea18742b9dc (diff) |
efl: rename Efl.Input.Device.Type -> Efl.Input.Device_Type
Diffstat (limited to 'src/lib/efl/interfaces')
-rw-r--r-- | src/lib/efl/interfaces/efl_input_device.eo | 6 |
1 files changed, 3 insertions, 3 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 @@ | |||
1 | enum Efl.Input.Device.Type | 1 | enum Efl.Input.Device_Type |
2 | { | 2 | { |
3 | [[General type of input device. | 3 | [[General type of input device. |
4 | 4 | ||
@@ -29,7 +29,7 @@ class Efl.Input.Device (Efl.Object) | |||
29 | @property device_type { | 29 | @property device_type { |
30 | [[Device type property]] | 30 | [[Device type property]] |
31 | values { | 31 | values { |
32 | klass: Efl.Input.Device.Type; [[Input device class]] | 32 | klass: Efl.Input.Device_Type; [[Input device class]] |
33 | } | 33 | } |
34 | } | 34 | } |
35 | @property source { | 35 | @property source { |
@@ -44,7 +44,7 @@ class Efl.Input.Device (Efl.Object) | |||
44 | This method will find the seat the device belongs to. | 44 | This method will find the seat the device belongs to. |
45 | 45 | ||
46 | For this, it walk through device's parents looking for a device | 46 | For this, it walk through device's parents looking for a device |
47 | with @Efl.Input.Device.Type.seat. It may be | 47 | with @Efl.Input.Device_Type.seat. It may be |
48 | the device itself. | 48 | the device itself. |
49 | 49 | ||
50 | In case no seat is found, $null is returned. | 50 | In case no seat is found, $null is returned. |