gdk-pixbuf-2.0 Reference Manual

Synopsis

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 ) ;
}

Description

Details

Constructor Details

Field Details

magic
    public    uint                      magic ;		

length
    public    int                       length ;		

pixdata_type
    public    uint                      pixdata_type ;		

rowstride
    public    uint                      rowstride ;		

width
    public    uint                      width ;		

height
    public    uint                      height ;		

pixel_data
    public    uchar[]                   pixel_data ;		

Method Details

deserialize ()
    public    bool                      deserialize               ( uchar[]             stream ) 
                                                             throws GLib.Error;		

from_pixbuf ()
    public    void**                    from_pixbuf               ( Pixbuf              pixbuf,
                                                                    bool                use_rle ) ;		

serialize ()
    public    weak uchar[]              serialize                 (  ) ;		

to_csource ()
    public    weak GLib.StringBuilder   to_csource                ( string              name,
                                                                    PixdataDumpType     dump_type ) ;		


Created by Valadoc