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

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;
Created by Valadoc