diff options
author | Xavi Artigas <xavierartigas@yahoo.es> | 2018-04-06 11:30:59 +0200 |
---|---|---|
committer | Cedric Bail <cedric@osg.samsung.com> | 2018-04-24 09:03:44 -0700 |
commit | ce6abdbcd65ec202382c413bd056585cbe00d57b (patch) | |
tree | 437e601147671846e5d264e7bdd41653b0a6dc86 /src/lib/ecore_con | |
parent | 4a7e915615cb4ea48b776b1c7c8b1e5ad299fb7a (diff) |
Efl.Net.Control.Technology_Type (from Efl.Net.Control.Technology.Type)
Ref https://phab.enlightenment.org/T6847
Reviewed-by: Cedric Bail <cedric@osg.samsung.com>
Diffstat (limited to 'src/lib/ecore_con')
-rw-r--r-- | src/lib/ecore_con/efl_net_control_technology.eo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/ecore_con/efl_net_control_technology.eo b/src/lib/ecore_con/efl_net_control_technology.eo index 433f9ff1b6..020395d53a 100644 --- a/src/lib/ecore_con/efl_net_control_technology.eo +++ b/src/lib/ecore_con/efl_net_control_technology.eo | |||
@@ -1,6 +1,6 @@ | |||
1 | import efl_net_control_access_point; | 1 | import efl_net_control_access_point; |
2 | 2 | ||
3 | enum Efl.Net.Control.Technology.Type { | 3 | enum Efl.Net.Control.Technology_Type { |
4 | [[Technology types | 4 | [[Technology types |
5 | 5 | ||
6 | @since 1.19 | 6 | @since 1.19 |
@@ -71,7 +71,7 @@ class Efl.Net.Control.Technology (Efl.Loop.Consumer) { | |||
71 | [[The technology type, such as "ethernet" or "wifi"]] | 71 | [[The technology type, such as "ethernet" or "wifi"]] |
72 | get { } | 72 | get { } |
73 | values { | 73 | values { |
74 | type: Efl.Net.Control.Technology.Type; [[Technology type]] | 74 | type: Efl.Net.Control.Technology_Type; [[Technology type]] |
75 | } | 75 | } |
76 | } | 76 | } |
77 | 77 | ||