ObjectConstructParamRef

public struct ObjectConstructParamRef : ObjectConstructParamProtocol

The GObjectConstructParam struct is an auxiliary structure used to hand GParamSpec/GValue pairs to the constructor of a GObjectClass.

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

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

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

    Declaration

    Swift

    public let ptr: UnsafeMutableRawPointer!

ObjectConstructParam Record