packages feed

gi-soup-0.2.52.12: GI/Soup/Objects/AuthDigest.hs-boot

module GI.Soup.Objects.AuthDigest where

import Prelude ()
import Data.GI.Base.ShortPrelude

import qualified Data.Text as T
import qualified Data.ByteString.Char8 as B
import qualified Data.Map as Map

newtype AuthDigest = AuthDigest (ForeignPtr AuthDigest)
instance GObject AuthDigest where
class GObject o => AuthDigestK o
instance (GObject o, IsDescendantOf AuthDigest o) => AuthDigestK o