Enlightenment CVS committal

Author  : andreas
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/lib/canvas


Modified Files:
        evas_object_image.c 


Log Message:
added some docs with best of my knowledge. Please check and correct if needed.

===================================================================
RCS file: /cvs/e/e17/libs/evas/src/lib/canvas/evas_object_image.c,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -3 -r1.48 -r1.49
--- evas_object_image.c 22 Jan 2007 12:44:57 -0000      1.48
+++ evas_object_image.c 28 Apr 2007 10:21:30 -0000      1.49
@@ -580,10 +580,11 @@
 }
 
 /**
- * To be documented.
- *
- * FIXME: To be fixed.
- *
+ * Sets the raw image data.
+ * load for the given image object.
+ * @param obj The given image object.
+ * @param data The given data as 32 bit unsigned integer in format ARGB.
+ * @ingroup Evas_Object_Image
  */
 EAPI void
 evas_object_image_data_set(Evas_Object *obj, void *data)
@@ -640,10 +641,12 @@
 }
 
 /**
- * To be documented.
- *
- * FIXME: To be fixed.
- *
+ * Retrieves the raw image data.
+ * load for the given image object.
+ * @param obj The given image object.
+ * @param for_writing FIXME: who knows?
+ * @return  A pointer to the raw data as 32 bit unsigned integer in format 
ARGB.
+ * @ingroup Evas_Object_Image
  */
 EAPI void *
 evas_object_image_data_get(Evas_Object *obj, Evas_Bool for_writing)
@@ -712,10 +715,13 @@
 }
 
 /**
- * To be documented.
- *
- * FIXME: To be fixed.
- *
+ * Update a rectangle after putting data into the image
+ * @param obj The given image object.
+ * @param x The x coordinate of the update rectangle.
+ * @param y The y coordinate of the update rectangle.
+ * @param w The width of the update rectangle.
+ * @param h The height of the update rectangle.
+ * @ingroup Evas_Object_Image
  */
 EAPI void
 evas_object_image_data_update_add(Evas_Object *obj, int x, int y, int w, int h)



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