PixbufAnimationIterClassRef

public struct PixbufAnimationIterClassRef : PixbufAnimationIterClassProtocol

Modules supporting animations must derive a type from GdkPixbufAnimationIter, providing suitable implementations of the virtual functions.

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

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

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

    Declaration

    Swift

    public let ptr: UnsafeMutableRawPointer!

PixbufAnimationClass Record: PixbufAnimationClassProtocol extension (methods and fields)

PixbufAnimationIterClass Record