public class PixbufAnimation : Object {
public PixbufAnimation.from_file ( string filename )
throws GLib.Error;
public int get_height ( ) ;
public weak PixbufAnimationIter get_iter ( GLib.TimeVal start_time ) ;
public weak Pixbuf get_static_image ( ) ;
public int get_width ( ) ;
public bool is_static_image ( ) ;
}

public PixbufAnimation.from_file ( string filename )
throws GLib.Error;
public int get_height ( ) ;
public weak PixbufAnimationIter get_iter ( GLib.TimeVal start_time ) ;
public weak Pixbuf get_static_image ( ) ;
public int get_width ( ) ;
public bool is_static_image ( ) ;
Created by Valadoc