Source position: gdkpixbuf.pp line 186
function gdk_pixbuf_new_from_data(  | 
data: Pguchar;  | 
colorspace: TGdkColorspace;  | 
has_alpha: gboolean;  | 
bits_per_sample: LongInt;  | 
width: LongInt;  | 
height: LongInt;  | 
rowstride: LongInt;  | 
destroy_fn: TGdkPixbufDestroyNotify;  | 
destroy_fn_data: gpointer  | 
):PGdkPixbuf;  |