gi-gtk-4.0.6: Gtk bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
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

newtype PasswordEntryBuffer Source #

Memory-managed wrapper type.

Constructors

PasswordEntryBuffer (ManagedPtr PasswordEntryBuffer) 

Instances

Instances details
Eq PasswordEntryBuffer Source # 
Instance details

Defined in GI.Gtk.Objects.PasswordEntryBuffer

GObject PasswordEntryBuffer Source # 
Instance details

Defined in GI.Gtk.Objects.PasswordEntryBuffer

ManagedPtrNewtype PasswordEntryBuffer Source # 
Instance details

Defined in GI.Gtk.Objects.PasswordEntryBuffer

TypedObject PasswordEntryBuffer Source # 
Instance details

Defined in GI.Gtk.Objects.PasswordEntryBuffer

Methods

glibType :: IO GType

HasParentTypes PasswordEntryBuffer Source # 
Instance details

Defined in GI.Gtk.Objects.PasswordEntryBuffer

IsGValue (Maybe PasswordEntryBuffer) Source #

Convert PasswordEntryBuffer to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.PasswordEntryBuffer

type ParentTypes PasswordEntryBuffer Source # 
Instance details

Defined in GI.Gtk.Objects.PasswordEntryBuffer

type ParentTypes PasswordEntryBuffer = '[EntryBuffer, Object]

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.