forked from AuroraMiddleware/gtk
Fix a typo in the docs. (#159955, Masao Mutoh)
2004-11-30 Matthias Clasen <mclasen@redhat.com> * gdk-pixbuf-animation.c (gdk_pixbuf_animation_iter_get_pixbuf): Fix a typo in the docs. (#159955, Masao Mutoh)
This commit is contained in:
parent
71a28b4b93
commit
bb978964e1
@ -1,3 +1,8 @@
|
||||
2004-11-30 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gdk-pixbuf-animation.c (gdk_pixbuf_animation_iter_get_pixbuf):
|
||||
Fix a typo in the docs. (#159955, Masao Mutoh)
|
||||
|
||||
2004-11-29 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* Makefile.am (gdk-pixbuf-alias.h): Use the perl found by
|
||||
|
@ -479,9 +479,9 @@ gdk_pixbuf_animation_iter_get_delay_time (GdkPixbufAnimationIter *iter)
|
||||
*
|
||||
* Gets the current pixbuf which should be displayed; the pixbuf will
|
||||
* be the same size as the animation itself
|
||||
* (gdk_pixbuf_animation_get_width(),
|
||||
* gdk_pixbuf_animation_get_height()). This pixbuf should be displayed
|
||||
* for gdk_pixbuf_animation_get_delay_time() milliseconds. The caller
|
||||
* (gdk_pixbuf_animation_get_width(), gdk_pixbuf_animation_get_height()).
|
||||
* This pixbuf should be displayed for
|
||||
* gdk_pixbuf_animation_iter_get_delay_time() milliseconds. The caller
|
||||
* of this function does not own a reference to the returned pixbuf;
|
||||
* the returned pixbuf will become invalid when the iterator advances
|
||||
* to the next frame, which may happen anytime you call
|
||||
|
Loading…
Reference in New Issue
Block a user