- advance
int function(GdkPixbufAnimationIter* iter, GTimeVal* currentTime) advance;
- getDelayTime
int function(GdkPixbufAnimationIter* iter) getDelayTime;
- getPixbuf
GdkPixbuf* function(GdkPixbufAnimationIter* iter) getPixbuf;
- onCurrentlyLoadingFrame
int function(GdkPixbufAnimationIter* iter) onCurrentlyLoadingFrame;
- parentClass
GObjectClass parentClass;
Modules supporting animations must derive a type from #GdkPixbufAnimationIter, providing suitable implementations of the virtual functions.