gi-gtk-4.0.10: Gtk bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.Gtk.Objects.PasswordEntryBuffer

Description

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

GtkPasswordEntry uses a GtkPasswordEntryBuffer.

Since: 4.4

Synopsis

Exported types

class (GObject o, IsDescendantOf PasswordEntryBuffer o) => IsPasswordEntryBuffer o Source #

Type class for types which can be safely cast to PasswordEntryBuffer, for instance with toPasswordEntryBuffer.

Instances

Instances details
(GObject o, IsDescendantOf PasswordEntryBuffer o) => IsPasswordEntryBuffer o Source # 
Instance details

Defined in GI.Gtk.Objects.PasswordEntryBuffer

toPasswordEntryBuffer :: (MonadIO m, IsPasswordEntryBuffer o) => o -> m PasswordEntryBuffer Source #

Cast to PasswordEntryBuffer, for types for which this is known to be safe. For general casts, use castTo.

Methods

new

passwordEntryBufferNew Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> m PasswordEntryBuffer

Returns: the newly created instance

Creates a new GtkEntryBuffer using secure memory allocations.