gi-soup-2.4.25: Libsoup bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.Soup.Interfaces.PasswordManager

Description

No description available in the introspection data.

Synopsis

Exported types

class (GObject o, IsDescendantOf PasswordManager o) => IsPasswordManager o Source #

Type class for types which can be safely cast to PasswordManager, for instance with toPasswordManager.

Instances

Instances details
(GObject o, IsDescendantOf PasswordManager o) => IsPasswordManager o Source # 
Instance details

Defined in GI.Soup.Interfaces.PasswordManager

toPasswordManager :: (MonadIO m, IsPasswordManager o) => o -> m PasswordManager Source #

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

Methods

getPasswordsAsync

passwordManagerGetPasswordsAsync :: (HasCallStack, MonadIO m, IsPasswordManager a, IsMessage b, IsAuth c, IsCancellable d) => a -> b -> c -> Bool -> MainContext -> Maybe d -> PasswordManagerCallback -> m () Source #

No description available in the introspection data.

getPasswordsSync

passwordManagerGetPasswordsSync :: (HasCallStack, MonadIO m, IsPasswordManager a, IsMessage b, IsAuth c, IsCancellable d) => a -> b -> c -> Maybe d -> m () Source #

No description available in the introspection data.