ClosureNotifyDataProtocol

public protocol ClosureNotifyDataProtocol

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

  • ptr

    Untyped pointer to the underlying GClosureNotifyData instance.

    Declaration

    Swift

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

    Typed pointer to the underlying GClosureNotifyData instance.

    Default Implementation

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

    Declaration

    Swift

    var _ptr: UnsafeMutablePointer<GClosureNotifyData>! { get }
  • Required Initialiser for types conforming to ClosureNotifyDataProtocol

    Declaration

    Swift

    init(raw: UnsafeMutableRawPointer)

ClosureNotifyData Record: ClosureNotifyDataProtocol extension (methods and fields)

  • data Extension method

    Undocumented

    Declaration

    Swift

    @inlinable
    var data: gpointer? { get set }
  • notify Extension method

    Undocumented

    Declaration

    Swift

    @inlinable
    var notify: GClosureNotify! { get set }