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>
This commit is contained in:
Xavi Artigas 2018-04-06 11:30:59 +02:00 committed by Cedric Bail
parent 4a7e915615
commit ce6abdbcd6
1 changed files with 2 additions and 2 deletions

View File

@ -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]]
}
}