Package ch.bailu.gtk.gdkpixbuf
Interface PixbufAnimationClass.OnGetIter
- Enclosing class:
- PixbufAnimationClass
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptiononGetIter
(CallbackHandler __self, PixbufAnimation animation, TimeVal start_time)
-
Method Details
-
onGetIter
PixbufAnimationIter onGetIter(CallbackHandler __self, @Nonnull PixbufAnimation animation, @Nullable TimeVal start_time) - Parameters:
animation
- a #GdkPixbufAnimationstart_time
- time when the animation starts playing- Returns:
- an iterator to move over the animation
-