summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rw-r--r--rsvg.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ea2b7c5a..bdd3568f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
2006-02-04 Rob Staudinger <robert.staudinger@gmail.com>
* rsvg-gobject.c: add props "width", "height" (read only)
+ * rsvg.h: fix doc after cairo rendering renaming
2006-02-04 Dom Lachowicz <cinamod@hotmail.com>
diff --git a/rsvg.h b/rsvg.h
index ddb6e6e8..113087e1 100644
--- a/rsvg.h
+++ b/rsvg.h
@@ -135,7 +135,7 @@ void rsvg_handle_free (RsvgHandle *handle);
* @height: the output height the SVG should be
* @user_data: user data
*
- * Deprecated: Set up a cairo matrix and use rsvg_cairo_render() instead.
+ * Deprecated: Set up a cairo matrix and use rsvg_handle_render_cairo() instead.
*/
typedef void (* RsvgSizeFunc) (gint *width,
gint *height,