ParamSpecPointerRef

public struct ParamSpecPointerRef : ParamSpecPointerProtocol

A GParamSpec derived structure that contains the meta data for pointer properties.

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

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

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

    Declaration

    Swift

    public let ptr: UnsafeMutableRawPointer!

ParamSpecPointer Class