PixbufAnimationClassRef

public struct PixbufAnimationClassRef : PixbufAnimationClassProtocol

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

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

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

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

    Declaration

    Swift

    public let ptr: UnsafeMutableRawPointer!
  • This getter returns the GLib type identifier registered for PixbufAnimation

    Declaration

    Swift

    static var metatypeReference: GType { get }
  • Undocumented

    Declaration

    Swift

    static var metatype: GdkPixbufAnimationClass? { get }
  • Undocumented

    Declaration

    Swift

    static var wrapper: PixbufAnimationClassRef? { get }

PixbufAnimationClass Record