ParamSpecStringRef

public struct ParamSpecStringRef : ParamSpecStringProtocol

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

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

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

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

    Declaration

    Swift

    public let ptr: UnsafeMutableRawPointer!

ParamSpecString Class