summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Andrieu <oliv__a@users.sourceforg.net>2005-05-26 03:31:28 +0000
committerOlivier Andrieu <oliv__a@users.sourceforg.net>2005-05-26 03:31:28 +0000
commitbe903f4c2232bfa8b48c1dca60ad5cf65f403c77 (patch)
tree466adbbab26117f6a5b3fb9fccbe7f03d8015570
parent17a5c3a3daef92ee1702edd4ca007590d5606ae6 (diff)
trivial doc fixes.
-rw-r--r--ChangeLog4
-rw-r--r--src/cairo.c4
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 2be500b67..0944e992b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-05-26 Olivier Andrieu <oliv__a@users.sourceforg.net>
+
+ * src/cairo.c: trivial doc fixes.
+
2005-05-24 Carl Worth <cworth@cworth.org>
* gtk-doc.make: Re-synch with latest from gtk-doc CVS tree.
diff --git a/src/cairo.c b/src/cairo.c
index 4dcfac853..c6f46bff5 100644
--- a/src/cairo.c
+++ b/src/cairo.c
@@ -1546,7 +1546,7 @@ cairo_select_font_face (cairo_t *cr,
* 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 @@ cairo_get_matrix (cairo_t *cr, cairo_matrix_t *matrix)
*
* 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)