- getIter
GdkPixbufAnimationIter* function(GdkPixbufAnimation* anim, GTimeVal* startTime) getIter;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- getSize
void function(GdkPixbufAnimation* anim, int* width, int* height) getSize;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- getStaticImage
GdkPixbuf* function(GdkPixbufAnimation* anim) getStaticImage;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- isStaticImage
int function(GdkPixbufAnimation* anim) isStaticImage;
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.
Modules supporting animations must derive a type from GdkPixbufAnimation, providing suitable implementations of the virtual functions. GObjectClass parent_class; the parent class is_static_image () returns whether the given animation is just a static image. get_static_image () returns a static image representing the given animation. get_size () fills width and height with the frame size of the animation. get_iter () returns an iterator for the given animation.