ultimatepp/archive/olddraw/Draw/gpixbuf.dli
cxl 4bee3373e7 minor repository reorganization: obsolete directories moved to archive
git-svn-id: svn://ultimatepp.org/upp/trunk@1997 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-02-01 08:24:43 +00:00

6 lines
342 B
Text

FN(int, gdk_pixbuf_get_width, (const G_obj *pixbuf))
FN(int, gdk_pixbuf_get_height, (const G_obj *pixbuf))
FN(int, gdk_pixbuf_get_has_alpha, (const G_obj *pixbuf))
FN(int, gdk_pixbuf_get_bits_per_sample, (const G_obj *pixbuf))
FN(int, gdk_pixbuf_get_n_channels, (const G_obj *pixbuf))
FN(byte *, gdk_pixbuf_get_pixels, (const G_obj *pixbuf))