gi-glib-2.0.30: GLib bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.GLib.Structs.Hmac

Description

No description available in the introspection data.

Synopsis

Exported types

newtype Hmac Source #

Memory-managed wrapper type.

Constructors

Hmac (ManagedPtr Hmac) 

Instances

Instances details
Eq Hmac Source # 
Instance details

Defined in GI.GLib.Structs.Hmac

Methods

(==) :: Hmac -> Hmac -> Bool #

(/=) :: Hmac -> Hmac -> Bool #

GBoxed Hmac Source # 
Instance details

Defined in GI.GLib.Structs.Hmac

ManagedPtrNewtype Hmac Source # 
Instance details

Defined in GI.GLib.Structs.Hmac

Methods

toManagedPtr :: Hmac -> ManagedPtr Hmac

TypedObject Hmac Source # 
Instance details

Defined in GI.GLib.Structs.Hmac

Methods

glibType :: IO GType

HasParentTypes Hmac Source # 
Instance details

Defined in GI.GLib.Structs.Hmac

IsGValue (Maybe Hmac) Source #

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

Instance details

Defined in GI.GLib.Structs.Hmac

Methods

gvalueGType_ :: IO GType

gvalueSet_ :: Ptr GValue -> Maybe Hmac -> IO ()

gvalueGet_ :: Ptr GValue -> IO (Maybe Hmac)

type ParentTypes Hmac Source # 
Instance details

Defined in GI.GLib.Structs.Hmac

type ParentTypes Hmac = '[] :: [Type]

Methods

Click to display all available methods, including inherited ones

Expand

Methods

copy, ref, unref, update.

Getters

getDigest, getString.

Setters

None.

copy

hmacCopy :: (HasCallStack, MonadIO m) => Hmac -> m Hmac Source #

No description available in the introspection data.

getDigest

hmacGetDigest :: (HasCallStack, MonadIO m) => Hmac -> Word8 -> CSize -> m () Source #

No description available in the introspection data.

getString

hmacGetString :: (HasCallStack, MonadIO m) => Hmac -> m Text Source #

No description available in the introspection data.

new

hmacNew :: (HasCallStack, MonadIO m) => ChecksumType -> Word8 -> CSize -> m Hmac Source #

No description available in the introspection data.

ref

hmacRef :: (HasCallStack, MonadIO m) => Hmac -> m Hmac Source #

No description available in the introspection data.

unref

hmacUnref :: (HasCallStack, MonadIO m) => Hmac -> m () Source #

No description available in the introspection data.

update

hmacUpdate :: (HasCallStack, MonadIO m) => Hmac -> Word8 -> Int64 -> m () Source #

No description available in the introspection data.