[cairo-commit] cairo/src cairo-font.c,1.61,1.62

Carl Worth commit at pdx.freedesktop.org
Fri Aug 5 10:40:34 PDT 2005


Committed by: cworth

Update of /cvs/cairo/cairo/src
In directory gabe:/tmp/cvs-serv8370/src

Modified Files:
	cairo-font.c 
Log Message:

2005-08-05  Carl Worth  <cworth at cworth.org>

        * doc/public/Makefile.am: Ignore cairo-clip-private.h.

        * doc/public/cairo-docs.xml: Drop non-existent cairo-atsui.xml.

        * src/cairo-font.c: Fix misnamed parameters in comment blocks.

        * test/cairo-test.c: Include config.h so HAVE_UNISTD_H gets
        picked up as necessary.


Index: cairo-font.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo-font.c,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -d -r1.61 -r1.62
--- cairo-font.c	5 Aug 2005 01:44:29 -0000	1.61
+++ cairo-font.c	5 Aug 2005 17:40:32 -0000	1.62
@@ -125,7 +125,7 @@
 
 /**
  * cairo_font_face_status:
- * @surface: a #cairo_font_face_t
+ * @font_face: a #cairo_font_face_t
  * 
  * Checks whether an error has previously occurred for this
  * font face
@@ -505,7 +505,7 @@
 
 /**
  * cairo_scaled_font_status:
- * @surface: a #cairo_scaled_font_t
+ * @scaled_font: a #cairo_scaled_font_t
  * 
  * Checks whether an error has previously occurred for this
  * scaled_font.
@@ -1107,9 +1107,6 @@
  * @extents: a #cairo_font_extents_t which to store the retrieved extents.
  * 
  * Gets the metrics for a #cairo_scaled_font_t. 
- * 
- * Return value: %CAIRO_STATUS_SUCCESS on success. Otherwise, an
- *  error such as %CAIRO_STATUS_NO_MEMORY.
  **/
 void
 cairo_scaled_font_extents (cairo_scaled_font_t  *scaled_font,




More information about the cairo-commit mailing list