PasswordEntryBufferRef

public struct PasswordEntryBufferRef : PasswordEntryBufferProtocol, GWeakCapturing

A GtkEntryBuffer that locks the underlying memory to prevent it from being swapped to disk.

GtkPasswordEntry uses a GtkPasswordEntryBuffer.

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

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

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

    Declaration

    Swift

    public let ptr: UnsafeMutableRawPointer!

PasswordEntryBuffer Class