packages feed

gi-soup-0.2.50.12: GI/Soup/Objects/ContentDecoder.hs-boot

module GI.Soup.Objects.ContentDecoder 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 ContentDecoder = ContentDecoder (ForeignPtr ContentDecoder)
instance GObject ContentDecoder where
class GObject o => ContentDecoderK o
instance (GObject o, IsDescendantOf ContentDecoder o) => ContentDecoderK o