[cairo-commit] src/cairo-surface.c

Chris Wilson ickle at kemper.freedesktop.org
Tue May 1 03:28:44 PDT 2007


 src/cairo-surface.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

New commits:
diff-tree 3e3bd4df7e810a9acd14cd6f3717633f71691b9e (from f7cdbd385a02d023e35357cd27dcc165ada667f2)
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Tue May 1 11:28:45 2007 +0100

    Minor typo in cairo_surface_destroy() documentation.
    
    The type of @surface is #cairo_surface_t, not #cairo_t.

diff --git a/src/cairo-surface.c b/src/cairo-surface.c
index 314413a..cf8acf0 100644
--- a/src/cairo-surface.c
+++ b/src/cairo-surface.c
@@ -379,7 +379,7 @@ slim_hidden_def (cairo_surface_reference
 
 /**
  * cairo_surface_destroy:
- * @surface: a #cairo_t
+ * @surface: a #cairo_surface_t
  *
  * Decreases the reference count on @surface by one. If the result is
  * zero, then @surface and all associated resources are freed.  See


More information about the cairo-commit mailing list