public struct Pixdata {
public uint magic ;
public int length ;
public uint pixdata_type ;
public uint rowstride ;
public uint width ;
public uint height ;
public uchar[] pixel_data ;
public bool deserialize ( uchar[] stream )
throws GLib.Error;
public void** from_pixbuf ( Pixbuf pixbuf,
bool use_rle ) ;
public weak uchar[] serialize ( ) ;
public weak GLib.StringBuilder to_csource ( string name,
PixdataDumpType dump_type ) ;
}
public uint magic ;
public int length ;
public uint pixdata_type ;
public uint rowstride ;
public uint width ;
public uint height ;
public uchar[] pixel_data ;
public bool deserialize ( uchar[] stream )
throws GLib.Error;
public void** from_pixbuf ( Pixbuf pixbuf,
bool use_rle ) ;
public weak uchar[] serialize ( ) ;
public weak GLib.StringBuilder to_csource ( string name,
PixdataDumpType dump_type ) ;
Created by Valadoc