gdk-pixbuf-2.0 Reference Manual

Synopsis

public class PixbufLoader : Object  {
    public                              PixbufLoader              (  ) ;
    public                              PixbufLoader.with_mime_type ( string              mime_type ) 
                                                             throws GLib.Error;
    public                              PixbufLoader.with_type    ( string              image_type ) 
                                                             throws GLib.Error;


    public    signal void               area_prepared             (  )  ;
    public    signal void               area_updated              ( int                 x,
                                                                    int                 y,
                                                                    int                 width,
                                                                    int                 height )  ;
    public    signal void               closed                    (  )  ;
    public    signal void               size_prepared             ( int                 width,
                                                                    int                 height )  ;


    public    bool                      close                     (  ) 
                                                             throws GLib.Error;
    public    weak PixbufAnimation      get_animation             (  ) ;
    public    weak PixbufFormat         get_format                (  ) ;
    public    weak Pixbuf               get_pixbuf                (  ) ;
    public    void                      set_size                  ( int                 width,
                                                                    int                 height ) ;
    public    bool                      write                     ( uchar[]             buf ) 
                                                             throws GLib.Error;
}

PixbufLoader Description

Details

Constructor Details

PixbufLoader ()
    public                              PixbufLoader              (  ) ;		

PixbufLoader.with_mime_type ()
    public                              PixbufLoader.with_mime_type ( string              mime_type ) 
                                                             throws GLib.Error;		

PixbufLoader.with_type ()
    public                              PixbufLoader.with_type    ( string              image_type ) 
                                                             throws GLib.Error;		

Field Details

Signal Details

area_prepared
    public    signal void               area_prepared             (  )  ;		

area_updated
    public    signal void               area_updated              ( int                 x,
                                                                    int                 y,
                                                                    int                 width,
                                                                    int                 height )  ;		

closed
    public    signal void               closed                    (  )  ;		

size_prepared
    public    signal void               size_prepared             ( int                 width,
                                                                    int                 height )  ;		

Property Details

Method Details

close ()
    public    bool                      close                     (  ) 
                                                             throws GLib.Error;		

get_animation ()
    public    weak PixbufAnimation      get_animation             (  ) ;		

get_format ()
    public    weak PixbufFormat         get_format                (  ) ;		

get_pixbuf ()
    public    weak Pixbuf               get_pixbuf                (  ) ;		

set_size ()
    public    void                      set_size                  ( int                 width,
                                                                    int                 height ) ;		

write ()
    public    bool                      write                     ( uchar[]             buf ) 
                                                             throws GLib.Error;		


Created by Valadoc