Fix a typo

svn path=/trunk/; revision=21220
This commit is contained in:
Matthias Clasen 2008-08-28 03:49:25 +00:00
parent 1c146ec11f
commit e0d3046a7e
2 changed files with 8 additions and 1 deletions

View 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 ===

View 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.
*