docu fixes from Guillaume Cottenceau, #454596.

Sat Jul  7 17:34:33 2007  Tim Janik  <timj@gtk.org>

        * gdk-pixbuf-scale.c: docu fixes from Guillaume Cottenceau, #454596.



svn path=/trunk/; revision=18390
This commit is contained in:
Tim Janik 2007-07-07 15:35:32 +00:00 committed by Tim Janik
parent 6257f681d2
commit daa2251ab0
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,7 @@
Sat Jul 7 17:34:33 2007 Tim Janik <timj@gtk.org>
* gdk-pixbuf-scale.c: docu fixes from Guillaume Cottenceau, #454596.
2007-07-06 Michael J. Chudobiak <mjc@cvs.gnome.org>
* io-tiff.c: (tiff_image_parse): Added a comment to explain

View File

@ -316,7 +316,8 @@ gdk_pixbuf_composite_color_simple (const GdkPixbuf *src,
* Rotates a pixbuf by a multiple of 90 degrees, and returns the
* result in a new pixbuf.
*
* Returns: a new pixbuf
* Returns: the new #GdkPixbuf, or %NULL if not enough memory could be
* allocated for it.
*
* Since: 2.6
*/
@ -408,7 +409,8 @@ gdk_pixbuf_rotate_simple (const GdkPixbuf *src,
* Flips a pixbuf horizontally or vertically and returns the
* result in a new pixbuf.
*
* Returns: a new pixbuf.
* Returns: the new #GdkPixbuf, or %NULL if not enough memory could be
* allocated for it.
*
* Since: 2.6
*/