summaryrefslogtreecommitdiff
path: root/gdk-pixbuf
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2008-08-28 03:49:25 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2008-08-28 03:49:25 +0000
commite0d3046a7ef5a470fcd5569214aa1c2730905ee0 (patch)
tree4e713a8e780d60092869fd8cfccc04960321f1af /gdk-pixbuf
parent1c146ec11fe2102213238c44ffc06f53c6c9ffd7 (diff)
downloadgtk+-e0d3046a7ef5a470fcd5569214aa1c2730905ee0.tar.gz
Fix a typo
svn path=/trunk/; revision=21220
Diffstat (limited to 'gdk-pixbuf')
-rw-r--r--gdk-pixbuf/ChangeLog7
-rw-r--r--gdk-pixbuf/gdk-pixbuf-io.c2
2 files changed, 8 insertions, 1 deletions
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 <mclasen@redhat.com>
+
+ 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 <mclasen@redhat.com>
* ==== 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.
*