gdk-pixbuf-2.0 Reference Manual

Synopsis

public class PixbufAnimationIter : Object  {
    public    bool                      advance                   ( GLib.TimeVal        current_time ) ;
    public    int                       get_delay_time            (  ) ;
    public    weak Pixbuf               get_pixbuf                (  ) ;
    public    bool                      on_currently_loading_frame (  ) ;
}

PixbufAnimationIter Description

Details

Constructor Details

Field Details

Signal Details

Property Details

Method Details

advance ()
    public    bool                      advance                   ( GLib.TimeVal        current_time ) ;		

get_delay_time ()
    public    int                       get_delay_time            (  ) ;		

get_pixbuf ()
    public    weak Pixbuf               get_pixbuf                (  ) ;		

on_currently_loading_frame ()
    public    bool                      on_currently_loading_frame (  ) ;		


Created by Valadoc