Enlightenment CVS committal

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

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


Modified Files:
        c_edje.pxd 


Log Message:
Adding metaclass to extension types to optimize register of decorated methods.

===================================================================
RCS file: /cvs/e/e17/proto/python-efl/python-edje/include/edje/c_edje.pxd,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- c_edje.pxd  30 Sep 2007 22:35:31 -0000      1.1
+++ c_edje.pxd  8 Oct 2007 00:04:08 -0000       1.2
@@ -237,7 +237,7 @@
     cdef Edje_Message_String_Float_Set *obj
 
 
-cdef class Edje(evas.c_evas.Object):
+cdef public class Edje(evas.c_evas.Object) [object PyEdje, type PyEdje_Type]:
     cdef object _text_change_cb
     cdef object _message_handler_cb
     cdef object _signal_callbacks



-------------------------------------------------------------------------
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