summaryrefslogtreecommitdiff
path: root/src/lib/ecore_con/efl_net_socket_unix.eo
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/ecore_con/efl_net_socket_unix.eo')
-rw-r--r--src/lib/ecore_con/efl_net_socket_unix.eo4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/ecore_con/efl_net_socket_unix.eo b/src/lib/ecore_con/efl_net_socket_unix.eo
index bd9ca70e20..9befbeaf0e 100644
--- a/src/lib/ecore_con/efl_net_socket_unix.eo
+++ b/src/lib/ecore_con/efl_net_socket_unix.eo
@@ -1,4 +1,4 @@
-class Efl.Net.Socket.Unix (Efl.Net.Socket.Fd) {
+class Efl.Net.Socket_Unix (Efl.Net.Socket_Fd) {
[[A base UNIX socket.
This is the common class and takes an existing FD, usually
@@ -8,6 +8,6 @@ class Efl.Net.Socket.Unix (Efl.Net.Socket.Fd) {
]]
implements {
- Efl.Loop.Fd.fd { set; }
+ Efl.Loop_Fd.fd { set; }
}
}