Enlightenment CVS committal

Author  : barbieri
Project : e17
Module  : proto

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


Modified Files:
        edje.c_edje_object.pxi 


Log Message:
Dynamically map C-objects to Python-objects.

===================================================================
RCS file: /cvs/e/e17/proto/python-efl/python-edje/edje/edje.c_edje_object.pxi,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- edje.c_edje_object.pxi      12 Jul 2007 17:59:19 -0000      1.9
+++ edje.c_edje_object.pxi      12 Jul 2007 19:11:53 -0000      1.10
@@ -485,3 +485,5 @@
     def signal_emit(self, char *emission, char *source):
         edje_object_signal_emit(self.obj, emission, source)
 
+
+evas.c_evas._object_mapping_register("edje", Edje)



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to