~noskcaj/ubuntu/trusty/gdk-pixbuf/2.30.6

« back to all changes in this revision

Viewing changes to gdk-pixbuf/gdk-pixbuf-animation.c

Tags: upstream-2.26.4
ImportĀ upstreamĀ versionĀ 2.26.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
548
548
 *
549
549
 * If this function returns %FALSE, there's no need to update the animation
550
550
 * display, assuming the display had been rendered prior to advancing;
551
 
 * if %TRUE, you need to call gdk_animation_iter_get_pixbuf() and update the
552
 
 * display with the new pixbuf.
 
551
 * if %TRUE, you need to call gdk_pixbuf_animation_iter_get_pixbuf()
 
552
 * and update the display with the new pixbuf.
553
553
 *
554
554
 * Returns: %TRUE if the image may need updating
555
555
 *