mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 06:05:58 -06:00
6 lines
348 B
Text
6 lines
348 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))
|