cedric pushed a commit to branch master.

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

commit ce6abdbcd65ec202382c413bd056585cbe00d57b
Author: Xavi Artigas <xavierarti...@yahoo.es>
Date:   Fri Apr 6 11:30:59 2018 +0200

    Efl.Net.Control.Technology_Type (from Efl.Net.Control.Technology.Type)
    
    Ref https://phab.enlightenment.org/T6847
    
    Reviewed-by: Cedric Bail <ced...@osg.samsung.com>
---
 src/lib/ecore_con/efl_net_control_technology.eo | 4 ++--
 1 file 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 @@
 import efl_net_control_access_point;
 
-enum Efl.Net.Control.Technology.Type {
+enum Efl.Net.Control.Technology_Type {
     [[Technology types
 
       @since 1.19
@@ -71,7 +71,7 @@ class Efl.Net.Control.Technology (Efl.Loop.Consumer) {
             [[The technology type, such as "ethernet" or "wifi"]]
             get { }
             values {
-                type: Efl.Net.Control.Technology.Type; [[Technology type]]
+                type: Efl.Net.Control.Technology_Type; [[Technology type]]
             }
         }
 

-- 


Reply via email to