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: Implement data_get() using Python Buffer API, related methods and add comments. =================================================================== RCS file: /cvs/e/e17/proto/python-efl/python-evas/include/evas/c_evas.pxd,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- c_evas.pxd 8 Oct 2007 00:02:19 -0000 1.3 +++ c_evas.pxd 21 Oct 2007 00:51:03 -0000 1.4 @@ -52,6 +52,7 @@ EVAS_COLORSPACE_ARGB8888 EVAS_COLORSPACE_YCBCR422P601_PL EVAS_COLORSPACE_YCBCR422P709_PL + EVAS_COLORSPACE_RGB565_A5P ctypedef enum Evas_Render_Op: @@ -437,6 +438,7 @@ void evas_object_image_fill_get(Evas_Object *obj, Evas_Coord *x, Evas_Coord *y, Evas_Coord *w, Evas_Coord *h) void evas_object_image_size_set(Evas_Object *obj, int w, int h) void evas_object_image_size_get(Evas_Object *obj, int *w, int *h) + int evas_object_image_stride_get(Evas_Object *obj) int evas_object_image_load_error_get(Evas_Object *obj) void evas_object_image_data_set(Evas_Object *obj, void *data) void *evas_object_image_data_get(Evas_Object *obj, Evas_Bool for_writing) ------------------------------------------------------------------------- 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