Enlightenment CVS committal

Author  : ulisses
Project : e17
Module  : proto/python-efl

Dir     : e17/proto/python-efl/python-edje/edje


Modified Files:
        edje.c_edje_object.pxi 


Log Message:
Updating to use newer Cython (0.9.6.8).

===================================================================
RCS file: /cvs/e/e17/proto/python-efl/python-edje/edje/edje.c_edje_object.pxi,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -3 -r1.23 -r1.24
--- edje.c_edje_object.pxi      20 Oct 2007 22:19:34 -0000      1.23
+++ edje.c_edje_object.pxi      5 Nov 2007 22:08:46 -0000       1.24
@@ -4,7 +4,7 @@
 
 
 cdef void text_change_cb(void *data,
-                         evas.c_evas.Evas_Object *obj, char *part) with GIL:
+                         evas.c_evas.Evas_Object *obj, char *part) with gil:
     cdef Edje self
     self = <Edje>data
     if self._text_change_cb is None:
@@ -19,7 +19,7 @@
 cdef void message_handler_cb(void *data,
                              evas.c_evas.Evas_Object *obj,
                              Edje_Message_Type type,
-                             int id, void *msg) with GIL:
+                             int id, void *msg) with gil:
     cdef Edje self
     self = <Edje>data
     if self._message_handler_cb is None:
@@ -33,7 +33,7 @@
 
 cdef void signal_cb(void *data,
                     evas.c_evas.Evas_Object *obj,
-                    char *emission, char *source) with GIL:
+                    char *emission, char *source) with gil:
     cdef Edje self
     self = <Edje>evas.c_evas._Object_from_instance(<long>obj)
     lst = <object>data



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to