Enlightenment CVS committal Author : barbieri Project : e17 Module : proto/python-efl
Dir : e17/proto/python-efl/python-evas/include/evas Modified Files: c_evas.pxd Log Message: Python-Evas minor adjustments. * Now that pxd usage was improved, use _unset_obj() as cdef. * obj_free_cb() unsets self.obj and self.evas before using callback. =================================================================== RCS file: /cvs/e/e17/proto/python-efl/python-evas/include/evas/c_evas.pxd,v retrieving revision 1.5 retrieving revision 1.6 diff -u -3 -r1.5 -r1.6 --- c_evas.pxd 7 Nov 2007 15:36:29 -0000 1.5 +++ c_evas.pxd 13 Nov 2007 21:55:33 -0000 1.6 @@ -623,6 +623,8 @@ cdef Evas *obj cdef int _set_obj(self, Evas *obj) except 0 + cdef int _unset_obj(self) except 0 + cdef public class Object [object PyEvasObject, type PyEvasObject_Type]: cdef Evas_Object *obj ------------------------------------------------------------------------- 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