ClosureNotifyDataRef

public struct ClosureNotifyDataRef : ClosureNotifyDataProtocol

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

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

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

    Declaration

    Swift

    public let ptr: UnsafeMutableRawPointer!

ClosureNotifyData Record