[PATCH 13/25] doc: add description for cairo_quartz_image_surface_get_image
Nis Martensen
nis.martensen at web.de
Sun Mar 4 03:05:04 PST 2012
---
src/cairo-quartz-image-surface.c | 13 ++++++++++++-
1 files changed, 12 insertions(+), 1 deletions(-)
diff --git a/src/cairo-quartz-image-surface.c b/src/cairo-quartz-image-surface.c
index 5adf521..2c0d4a1 100644
--- a/src/cairo-quartz-image-surface.c
+++ b/src/cairo-quartz-image-surface.c
@@ -371,7 +371,18 @@ cairo_quartz_image_surface_create (cairo_surface_t *surface)
return &qisurf->base;
}
-
+/**
+ * cairo_quartz_image_surface_get_image:
+ * @surface: a quartz image surface
+ *
+ * Obtain the actual image surface that is referenced by the Quartz
+ * image surface.
+ *
+ * Return value: the cairo image surface wrapped in the Quartz image
+ * surface
+ *
+ * Since: 1.6
+ **/
cairo_surface_t *
cairo_quartz_image_surface_get_image (cairo_surface_t *asurface)
{
--
1.7.2.5
--------------090104080009020304000505
Content-Type: text/plain;
name="0014-doc-add-Returns-statements-and-one-parameter-descrip.patch.txt"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
filename*0="0014-doc-add-Returns-statements-and-one-parameter-descrip.pa";
filename*1="tch.txt"
More information about the cairo
mailing list