PixbufAnimationIterRef

public struct PixbufAnimationIterRef : PixbufAnimationIterProtocol, GWeakCapturing

An opaque object representing an iterator which points to a certain position in an animation.

The PixbufAnimationIterRef type acts as a lightweight Swift reference to an underlying GdkPixbufAnimationIter instance. It exposes methods that can operate on this data type through PixbufAnimationIterProtocol conformance. Use PixbufAnimationIterRef only as an unowned reference to an existing GdkPixbufAnimationIter instance.

  • ptr
    Untyped pointer to the underlying `GdkPixbufAnimationIter` instance.
    

    For type-safe access, use the generated, typed pointer pixbuf_animation_iter_ptr property instead.

    Declaration

    Swift

    public let ptr: UnsafeMutableRawPointer!

PixbufAnimationIter Class