[cairo-commit] cairo/src cairo.c,1.96,1.97

Olivier Andrieu commit at pdx.freedesktop.org
Thu May 26 03:31:30 PDT 2005


Committed by: oandrieu

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

Modified Files:
	cairo.c 
Log Message:
2005-05-26  Olivier Andrieu  <oliv__a at users.sourceforg.net>

	* src/cairo.c: trivial doc fixes.


Index: cairo.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo.c,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -d -r1.96 -r1.97
--- cairo.c	22 May 2005 18:12:46 -0000	1.96
+++ cairo.c	26 May 2005 10:31:28 -0000	1.97
@@ -1546,7 +1546,7 @@
  * Return value: the current font object. Can return %NULL
  *   on out-of-memory or if the context is already in
  *   an error state. This object is owned by cairo. To keep
- *   a reference to it, you must call cairo_font_reference().
+ *   a reference to it, you must call cairo_font_face_reference().
  **/
 cairo_font_face_t *
 cairo_get_font_face (cairo_t *cr)
@@ -2030,7 +2030,7 @@
  * 
  * Return value: the target surface, (or NULL if @cr is in an error
  * state). This object is owned by cairo. To keep a reference to it,
- * you must call cairo_pattern_reference().
+ * you must call cairo_surface_reference().
  **/
 cairo_surface_t *
 cairo_get_target (cairo_t *cr)




More information about the cairo-commit mailing list