From e0d3046a7ef5a470fcd5569214aa1c2730905ee0 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 28 Aug 2008 03:49:25 +0000 Subject: [PATCH] Fix a typo svn path=/trunk/; revision=21220 --- gdk-pixbuf/ChangeLog | 7 +++++++ gdk-pixbuf/gdk-pixbuf-io.c | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog index b5f442f97a..f0fa408355 100644 --- a/gdk-pixbuf/ChangeLog +++ b/gdk-pixbuf/ChangeLog @@ -1,3 +1,10 @@ +2008-08-27 Matthias Clasen + + Bug 549322 – Typo in gdk_pixbuf_save_to_buffer docs + + * gdk-pixbuf-io.c (gdk_pixbuf_save_to_buffer): Fix the docs. + Spotted by Cosimo Cecchi. + 2008-08-18 Matthias Clasen * ==== Released 2.13.7 === diff --git a/gdk-pixbuf/gdk-pixbuf-io.c b/gdk-pixbuf/gdk-pixbuf-io.c index b5a8222856..a262c03ab2 100644 --- a/gdk-pixbuf/gdk-pixbuf-io.c +++ b/gdk-pixbuf/gdk-pixbuf-io.c @@ -2171,7 +2171,7 @@ gdk_pixbuf_save_to_callbackv (GdkPixbuf *pixbuf, * "png", "tiff", "ico" or "bmp". This is a convenience function that uses * gdk_pixbuf_save_to_callback() to do the real work. Note that the buffer * is not nul-terminated and may contain embedded nuls. - * If @error is set, %FALSE will be returned and @string will be set to + * If @error is set, %FALSE will be returned and @buffer will be set to * %NULL. Possible errors include those in the #GDK_PIXBUF_ERROR * domain. *