ParamSpecParamProtocol

public protocol ParamSpecParamProtocol : ParamSpecProtocol

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

The ParamSpecParamProtocol protocol exposes the methods and properties of an underlying GParamSpecParam 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 ParamSpecParam. Alternatively, use ParamSpecParamRef as a lighweight, unowned reference if you already have an instance you just want to use.

  • ptr

    Untyped pointer to the underlying GParamSpecParam instance.

    Declaration

    Swift

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

    Typed pointer to the underlying GParamSpecParam instance.

    Default Implementation

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

    Declaration

    Swift

    var param_spec_param_ptr: UnsafeMutablePointer<GParamSpecParam>! { get }
  • Required Initialiser for types conforming to ParamSpecParamProtocol

    Declaration

    Swift

    init(raw: UnsafeMutableRawPointer)

ParamSpecParam Class: ParamSpecParamProtocol extension (methods and fields)

  • parentInstance Extension method

    private GParamSpec portion

    Declaration

    Swift

    @inlinable
    var parentInstance: GParamSpec { get }