mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 06:28:01 +02:00
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:
parent
8084fb9b09
commit
bb7eeeb749
2 changed files with 7 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue