Tagging new API
Nis Martensen <[email protected]>
| Newsgroups | gmane.comp.lib.cairo |
|---|---|
| Message-ID | <[email protected]> |
Patch attached. Is there other untagged new API? Nis -- cairo mailing list [email protected] http://lists.cairographics.org/mailman/listinfo/cairo
0001-Mark-the-new-API-as-such.patch.txt
(text/plain, 1.4 KB)
From 52a95c140108dc1833f424aba0dbc3c2ab2bb1de Mon Sep 17 00:00:00 2001 From: Nis Martensen <[email protected]> Date: Thu, 4 Aug 2011 22:08:19 +0200 Subject: [PATCH] Mark the new API as such --- src/cairo-surface.c | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/cairo-surface.c b/src/cairo-surface.c index 9a8fcb9..b699393 100644 --- a/src/cairo-surface.c +++ b/src/cairo-surface.c @@ -546,6 +546,8 @@ cairo_surface_create_similar (cairo_surface_t *other, * This function always returns a valid pointer, but it will return a * pointer to a "nil" surface if @other is already in an error state * or any other error occurs. + * + * Since: 1.12 **/ cairo_surface_t * cairo_surface_create_similar_image (cairo_surface_t *other, @@ -590,6 +592,8 @@ cairo_surface_create_similar_image (cairo_surface_t *other, * This function always returns a valid pointer, but it will return a * pointer to a "nil" surface if @other is already in an error state * or any other error occurs. + * + * Since: 1.12 **/ cairo_surface_t * cairo_surface_map_to_image (cairo_surface_t *surface, @@ -653,6 +657,8 @@ cairo_surface_map_to_image (cairo_surface_t *surface, * * Using an image surface which wasn't returned by cairo_surface_map_to_image() * results in undefined behavior. + * + * Since: 1.12 **/ void cairo_surface_unmap_image (cairo_surface_t *surface, -- 1.7.2.5