EntryCompletionClassRef

public struct EntryCompletionClassRef : EntryCompletionClassProtocol

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

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

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

    Declaration

    Swift

    public let ptr: UnsafeMutableRawPointer!

EntryClass Record: EntryClassProtocol extension (methods and fields)

EntryCompletionClass Record