gi-pango-0.1.36.12: GI/Pango/Structs/Map.hs
{- |
Copyright : Will Thompson, Iñaki García Etxebarria and Jonas Platte
License : LGPL-2.1
Maintainer : Iñaki García Etxebarria (garetxe@gmail.com)
A #PangoMap structure can be used to determine the engine to
use for each character.
-}
module GI.Pango.Structs.Map
(
-- * Exported types
Map(..) ,
noMap ,
) 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
import GI.Pango.Types
import GI.Pango.Callbacks
newtype Map = Map (ForeignPtr Map)
noMap :: Maybe Map
noMap = Nothing