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

This commit is contained in:
Carl Worth 2005-06-14 11:58:14 +00:00
parent 8084fb9b09
commit bb7eeeb749
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,10 @@
2005-06-14 Carl Worth <cworth@cworth.org>
* 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).
2005-06-13 Carl Worth <cworth@cworth.org>
* src/cairoint.h:

View file

@ -763,8 +763,6 @@ cairo_get_miter_limit (cairo_t *cr);
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);