After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 528037 - Gdk::PixbufAnimationIter is missing some functions
Gdk::PixbufAnimationIter is missing some functions
Status: RESOLVED FIXED
Product: gtkmm
Classification: Bindings
Component: general
2.12.x
Other Linux
: Normal normal
: ---
Assigned To: gtkmm-forge
gtkmm-forge
Depends on:
Blocks:
 
 
Reported: 2008-04-14 13:40 UTC by Tirpak Balazs
Modified: 2008-04-29 20:42 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tirpak Balazs 2008-04-14 13:40:15 UTC
It seems that some functions have not been wrapped. eg:

Gdk::PixbufAnimationIter::get_pixbuf()
Gdk::PixbufAnimationIter::get_delay_time()
Gdk::PixbufAnimationIter::advance()
Comment 1 Murray Cumming 2008-04-29 20:42:05 UTC
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)