tasn pushed a commit to branch master.

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

commit 7c96c972bdaadf486fc1cc97da0e2aa560a55358
Author: Tom Hacohen <t...@stosb.com>
Date:   Thu May 12 12:04:55 2016 +0100

    Ecore con: Fix namespacing to use . and not _.
---
 src/lib/ecore_con/efl_network.eo | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/ecore_con/efl_network.eo b/src/lib/ecore_con/efl_network.eo
index 8e10801..f99bc3c 100644
--- a/src/lib/ecore_con/efl_network.eo
+++ b/src/lib/ecore_con/efl_network.eo
@@ -188,14 +188,14 @@ abstract Efl.Network (Eo.Base) {
       @virtual .send;
    }
    events {
-        data,received: Ecore_Con_Event_Data_Received; [[Data received on 
connection]]
+        data,received: Ecore.Con.Event_Data.Received; [[Data received on 
connection]]
         connection,upgraded;
         connection,error: const(char) *; [[Error received on connection]]
    }
 }
 
 /* FIXME: Should actually be a binbuf. */
-struct Ecore_Con_Event_Data_Received {
+struct Ecore.Con.Event_Data.Received {
     data: void *; [[The data that got sent.]]
     size: int; [[The length of the data sent.]]
 }

-- 


Reply via email to