[cairo-commit] goocanvas/docs creating-items.xml,1.3,1.4

Damon Chaplin commit at pdx.freedesktop.org
Tue Mar 6 05:21:33 PST 2007


Committed by: damon

Update of /cvs/cairo/goocanvas/docs
In directory kemper:/tmp/cvs-serv32206/docs

Modified Files:
	creating-items.xml 
Log Message:
2007-03-06  Damon Chaplin  <damon at gnome.org>

	* */*: added 'const' to a number of arguments taking a cairo_matrix_t*
	or a GooCanvasBounds*.



Index: creating-items.xml
===================================================================
RCS file: /cvs/cairo/goocanvas/docs/creating-items.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- creating-items.xml	27 Feb 2007 01:01:38 -0000	1.3
+++ creating-items.xml	6 Mar 2007 13:21:26 -0000	1.4
@@ -174,9 +174,9 @@
   /&ast; The paint method. This should draw the item on the given cairo_t, using
      the item's own coordinate space. &ast;/
   static void
-  goo_demo_item_paint (GooCanvasItemSimple *simple,
-                       cairo_t             *cr,
-                       GooCanvasBounds     *bounds)
+  goo_demo_item_paint (GooCanvasItemSimple   *simple,
+                       cairo_t               *cr,
+                       const GooCanvasBounds *bounds)
   {
     GooDemoItem *demo_item = (GooDemoItem*) simple;
   



More information about the cairo-commit mailing list