mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
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:
parent
6257f681d2
commit
daa2251ab0
@ -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>
|
2007-07-06 Michael J. Chudobiak <mjc@cvs.gnome.org>
|
||||||
|
|
||||||
* io-tiff.c: (tiff_image_parse): Added a comment to explain
|
* io-tiff.c: (tiff_image_parse): Added a comment to explain
|
||||||
|
@ -316,7 +316,8 @@ gdk_pixbuf_composite_color_simple (const GdkPixbuf *src,
|
|||||||
* Rotates a pixbuf by a multiple of 90 degrees, and returns the
|
* Rotates a pixbuf by a multiple of 90 degrees, and returns the
|
||||||
* result in a new pixbuf.
|
* 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
|
* Since: 2.6
|
||||||
*/
|
*/
|
||||||
@ -408,7 +409,8 @@ gdk_pixbuf_rotate_simple (const GdkPixbuf *src,
|
|||||||
* Flips a pixbuf horizontally or vertically and returns the
|
* Flips a pixbuf horizontally or vertically and returns the
|
||||||
* result in a new pixbuf.
|
* 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
|
* Since: 2.6
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user