ApplicationClassRef

public struct ApplicationClassRef : ApplicationClassProtocol

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

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

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

    Declaration

    Swift

    public let ptr: UnsafeMutableRawPointer!

AppChooserWidgetClass Record: AppChooserWidgetClassProtocol extension (methods and fields)

ApplicationClass Record