diff options
author | Andrea Canciani <ranma42@gmail.com> | 2012-03-27 11:47:11 +0200 |
---|---|---|
committer | Andrea Canciani <ranma42@gmail.com> | 2012-03-29 11:03:18 +0200 |
commit | 2470065edf80fa3a41159990a5dac3e45ac80a09 (patch) | |
tree | 03e8f178e0cab73e1d75765018ebe917c0f07b74 /src/cairo-quartz-surface.c | |
parent | 1d3d64469f3ddac282860f66b24a35cf2253fa46 (diff) |
doc: Fix some wrong versions
The script from the previous commit reported that some 'Since' fields
indicate incorrect versions.
Diffstat (limited to 'src/cairo-quartz-surface.c')
-rw-r--r-- | src/cairo-quartz-surface.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cairo-quartz-surface.c b/src/cairo-quartz-surface.c index 818e9082..d216261e 100644 --- a/src/cairo-quartz-surface.c +++ b/src/cairo-quartz-surface.c @@ -2314,7 +2314,7 @@ _cairo_quartz_surface_create_internal (CGContextRef cgContext, * * Return value: the newly created Cairo surface. * - * Since: 1.4 + * Since: 1.6 **/ cairo_surface_t * @@ -2345,7 +2345,7 @@ cairo_quartz_surface_create_for_cg_context (CGContextRef cgContext, * * Return value: the newly created surface. * - * Since: 1.4 + * Since: 1.6 **/ cairo_surface_t * cairo_quartz_surface_create (cairo_format_t format, @@ -2458,7 +2458,7 @@ cairo_quartz_surface_create (cairo_format_t format, * * Return value: the CGContextRef for the given surface. * - * Since: 1.4 + * Since: 1.6 **/ CGContextRef cairo_quartz_surface_get_cg_context (cairo_surface_t *surface) |