ParamSpecValueArrayRef

public struct ParamSpecValueArrayRef : ParamSpecValueArrayProtocol

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

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

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

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

    Declaration

    Swift

    public let ptr: UnsafeMutableRawPointer!

ParamSpecValueArray Class