summaryrefslogtreecommitdiff
path: root/src/cairo-quartz-image-surface.c
diff options
context:
space:
mode:
authorNis Martensen <nis.martensen@web.de>2012-03-03 23:31:25 +0100
committerUli Schlachter <psychon@znc.in>2012-03-10 10:20:29 +0100
commit6ce412e15a22db588a9fe690724d6bee64fdb667 (patch)
tree0756f00f22e78dfc86986052588612b4019a0f51 /src/cairo-quartz-image-surface.c
parentb42270a3f14774c6557d798b8cc4c310785f4e70 (diff)
downloadcairo-6ce412e15a22db588a9fe690724d6bee64fdb667.tar.gz
doc: symbol names in header and comment must match
The names of the function arguments in the function prototype and in the description comment must match, otherwise gtk-doc is confused. When the argument names differ between function prototype and definition, use the names from the prototype. Also add a missing colon. Signed-off-by: Uli Schlachter <psychon@znc.in>
Diffstat (limited to 'src/cairo-quartz-image-surface.c')
-rw-r--r--src/cairo-quartz-image-surface.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cairo-quartz-image-surface.c b/src/cairo-quartz-image-surface.c
index 19cd4245e..5adf5214b 100644
--- a/src/cairo-quartz-image-surface.c
+++ b/src/cairo-quartz-image-surface.c
@@ -283,8 +283,8 @@ static const cairo_surface_backend_t cairo_quartz_image_surface_backend = {
};
/**
- * cairo_quartz_image_surface_create
- * @surface: a cairo image surface to wrap with a quartz image surface
+ * cairo_quartz_image_surface_create:
+ * @image_surface: a cairo image surface to wrap with a quartz image surface
*
* Creates a Quartz surface backed by a CGImageRef that references the
* given image surface. The resulting surface can be rendered quickly