GdkPixbufAnimationIterClass

Modules supporting animations must derive a type from GdkPixbufAnimationIter, providing suitable implementations of the virtual functions. GObjectClass parent_class; the parent class get_delay_time () returns the time in milliseconds that the current frame should be shown. get_pixbuf () returns the current frame. on_currently_loading_frame () returns whether the current frame of iter is being loaded. advance () advances the iterator to current_time, possibly changing the current frame.

Members

Variables

advance
int function(GdkPixbufAnimationIter* iter, GTimeVal* currentTime) advance;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getDelayTime
int function(GdkPixbufAnimationIter* iter) getDelayTime;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getPixbuf
GdkPixbuf* function(GdkPixbufAnimationIter* iter) getPixbuf;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
onCurrentlyLoadingFrame
int function(GdkPixbufAnimationIter* iter) onCurrentlyLoadingFrame;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
parentClass
GObjectClass parentClass;
Undocumented in source.

Meta