ParamSpecUnicharRef

public struct ParamSpecUnicharRef : ParamSpecUnicharProtocol

A GParamSpec derived structure that contains the meta data for unichar (unsigned integer) properties.

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

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

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

    Declaration

    Swift

    public let ptr: UnsafeMutableRawPointer!

ParamSpecUnichar Class