[cairo-commit] cairo/src cairo.h,1.127,1.128

Carl Worth commit at pdx.freedesktop.org
Tue Jun 14 11:58:17 PDT 2005


Committed by: cworth

Update of /cvs/cairo/cairo/src
In directory gabe:/tmp/cvs-serv25923/src

Modified Files:
	cairo.h 
Log Message:

        * src/cairo.h: Remove comment suggesting ambiguity of whether
        cairo_get_target references the surface, (we decided as part of
        the API shakeup that cairo functions returning pointers to
        internal objects do not automatically take a reference).


Index: cairo.h
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo.h,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -d -r1.127 -r1.128
--- cairo.h	13 Jun 2005 23:36:40 -0000	1.127
+++ cairo.h	14 Jun 2005 18:58:14 -0000	1.128
@@ -763,8 +763,6 @@
 void
 cairo_get_matrix (cairo_t *cr, cairo_matrix_t *matrix);
 
-/* XXX: Need to decide the memory management semantics of this
-   function. Should it reference the surface again? */
 cairo_surface_t *
 cairo_get_target (cairo_t *cr);
 




More information about the cairo-commit mailing list