Method
GdkPixbuf.Pixbuf.flip
Declaration [src]
GdkPixbuf*
gdk_pixbuf_flip (
const GdkPixbuf* src,
gboolean horizontal
)
Description [src]
Flips a pixbuf horizontally or vertically and returns the result in a new pixbuf.
| Available since: | 2.6 |
Return value
Returns: GdkPixbuf |
|
the new pixbuf |
|
| The caller of the function takes ownership of the data, and is responsible for freeing it | |
Can be NULL | |