gi-soup-2.4.19: Libsoup bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (inaki@blueleaf.cc)
Safe HaskellNone
LanguageHaskell2010

GI.Soup.Interfaces.PasswordManager

Contents

Description

No description available in the introspection data.

Synopsis

Exported types

newtype PasswordManager Source #

Memory-managed wrapper type.

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

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

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.