ParamSpecPointerProtocol

public protocol ParamSpecPointerProtocol : ParamSpecProtocol

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

The ParamSpecPointerProtocol protocol exposes the methods and properties of an underlying GParamSpecPointer instance. The default implementation of these can be found in the protocol extension below. For a concrete class that implements these methods and properties, see ParamSpecPointer. Alternatively, use ParamSpecPointerRef as a lighweight, unowned reference if you already have an instance you just want to use.

  • ptr

    Untyped pointer to the underlying GParamSpecPointer instance.

    Declaration

    Swift

    var ptr: UnsafeMutableRawPointer! { get }
  • param_spec_pointer_ptr Default implementation

    Typed pointer to the underlying GParamSpecPointer instance.

    Default Implementation

    Return the stored, untyped pointer as a typed pointer to the GParamSpecPointer instance.

    Declaration

    Swift

    var param_spec_pointer_ptr: UnsafeMutablePointer<GParamSpecPointer>! { get }
  • Required Initialiser for types conforming to ParamSpecPointerProtocol

    Declaration

    Swift

    init(raw: UnsafeMutableRawPointer)

ParamSpecPointer Class: ParamSpecPointerProtocol extension (methods and fields)

  • parentInstance Extension method

    private GParamSpec portion

    Declaration

    Swift

    @inlinable
    var parentInstance: GParamSpec { get }