- getIter
GdkPixbufAnimationIter* function(GdkPixbufAnimation* animation, GTimeVal* startTime) getIter;
- getSize
void function(GdkPixbufAnimation* animation, int* width, int* height) getSize;
- getStaticImage
GdkPixbuf* function(GdkPixbufAnimation* animation) getStaticImage;
- isStaticImage
int function(GdkPixbufAnimation* animation) isStaticImage;
- parentClass
GObjectClass parentClass;
Modules supporting animations must derive a type from #GdkPixbufAnimation, providing suitable implementations of the virtual functions.