]> Pileus Git - ~andy/gtk/commitdiff
Fix a typo
authorMatthias Clasen <matthiasc@src.gnome.org>
Thu, 28 Aug 2008 03:49:25 +0000 (03:49 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 28 Aug 2008 03:49:25 +0000 (03:49 +0000)
svn path=/trunk/; revision=21220

gdk-pixbuf/ChangeLog
gdk-pixbuf/gdk-pixbuf-io.c

index b5f442f97a647767243f2c1a165254d90b369e77..f0fa4083550542477156c02020c318f53d85719e 100644 (file)
@@ -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 ===
index b5a8222856f1981976007bbfefcbb76e0f9621d1..a262c03ab256601809b1c14704a25c5ed1ac63d3 100644 (file)
@@ -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.
  *