Package ch.bailu.gtk.gdkpixbuf
Interface PixbufAnimationIterClass.OnAdvance
- Enclosing class:
- PixbufAnimationIterClass
- 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 TypeMethodDescriptionboolean
onAdvance
(CallbackHandler __self, PixbufAnimationIter iter, TimeVal current_time)
-
Method Details
-
onAdvance
boolean onAdvance(CallbackHandler __self, @Nonnull PixbufAnimationIter iter, @Nullable TimeVal current_time) - Parameters:
iter
- a #GdkPixbufAnimationItercurrent_time
- current time- Returns:
- `TRUE` if the image may need updating
-