GNOME Bugzilla – Bug 528037
Gdk::PixbufAnimationIter is missing some functions
Last modified: 2008-04-29 20:42:05 UTC
It seems that some functions have not been wrapped. eg: Gdk::PixbufAnimationIter::get_pixbuf() Gdk::PixbufAnimationIter::get_delay_time() Gdk::PixbufAnimationIter::advance()
Fixed in svn trunk. Thanks. 2008-04-29 Murray Cumming <murrayc@murrayc.com> * gdk/src/pixbufanimationiter.[hg|cc]: Added get_pixbuf(), get_delay_time(), advance(), on_currently_loading_frame(). * gdk/src/gdk_docs_override.xml: Customized the documentation for these methods, to avoid C-specific advice, and to add @newin2p14. Bug #528037 (Balazs Tirpak)