ParamSpecObjectRef

public struct ParamSpecObjectRef : ParamSpecObjectProtocol

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

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

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

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

    Declaration

    Swift

    public let ptr: UnsafeMutableRawPointer!

ParamSpecObject Class