PrintOperationClassRef

public struct PrintOperationClassRef : PrintOperationClassProtocol

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

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

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

    Declaration

    Swift

    public let ptr: UnsafeMutableRawPointer!

PrintBackend Record: PrintBackendProtocol extension (methods and fields)

PrintOperationClass Record