{-# LANGUAGE PatternSynonyms, ScopedTypeVariables, ViewPatterns #-}


-- | Copyright  : Will Thompson and Iñaki García Etxebarria
-- License    : LGPL-2.1
-- Maintainer : Iñaki García Etxebarria

#if (MIN_VERSION_haskell_gi_overloading(1,0,0) && !defined(__HADDOCK_VERSION__))
#define ENABLE_OVERLOADING
#endif

module GI.Poppler.Constants
    ( 
    pattern MINOR_VERSION                   ,
    pattern MICRO_VERSION                   ,
    pattern MAJOR_VERSION                   ,
    pattern HAS_CAIRO                       ,
    pattern ANNOT_TEXT_ICON_PARAGRAPH       ,
    pattern ANNOT_TEXT_ICON_NOTE            ,
    pattern ANNOT_TEXT_ICON_NEW_PARAGRAPH   ,
    pattern ANNOT_TEXT_ICON_KEY             ,
    pattern ANNOT_TEXT_ICON_INSERT          ,
    pattern ANNOT_TEXT_ICON_HELP            ,
    pattern ANNOT_TEXT_ICON_CROSS           ,
    pattern ANNOT_TEXT_ICON_COMMENT         ,
    pattern ANNOT_TEXT_ICON_CIRCLE          ,

    ) where

import Data.GI.Base.ShortPrelude
import qualified Data.GI.Base.ShortPrelude as SP
import qualified Data.GI.Base.Overloading as O
import qualified Prelude as P

import qualified Data.GI.Base.Attributes as GI.Attributes
import qualified Data.GI.Base.BasicTypes as B.Types
import qualified Data.GI.Base.ManagedPtr as B.ManagedPtr
import qualified Data.GI.Base.GArray as B.GArray
import qualified Data.GI.Base.GClosure as B.GClosure
import qualified Data.GI.Base.GError as B.GError
import qualified Data.GI.Base.GHashTable as B.GHT
import qualified Data.GI.Base.GVariant as B.GVariant
import qualified Data.GI.Base.GValue as B.GValue
import qualified Data.GI.Base.GParamSpec as B.GParamSpec
import qualified Data.GI.Base.CallStack as B.CallStack
import qualified Data.GI.Base.Properties as B.Properties
import qualified Data.GI.Base.Signals as B.Signals
import qualified Control.Monad.IO.Class as MIO
import qualified Data.Coerce as Coerce
import qualified Data.Text as T
import qualified Data.Kind as DK
import qualified Data.ByteString.Char8 as B
import qualified Data.Map as Map
import qualified Foreign.Ptr as FP
import qualified GHC.OverloadedLabels as OL
import qualified GHC.Records as R


-- | The major version number of the poppler header files (e.g. in poppler version
-- 0.1.2 this is 1.)
-- 
-- /Since: 0.12/
pattern $mMINOR_VERSION :: forall {r}. Int32 -> ((# #) -> r) -> ((# #) -> r) -> r
$bMINOR_VERSION :: Int32
MINOR_VERSION = 2 :: Int32

-- | The micro version number of the poppler header files (e.g. in poppler version
-- 0.1.2 this is 2.)
-- 
-- /Since: 0.12/
pattern $mMICRO_VERSION :: forall {r}. Int32 -> ((# #) -> r) -> ((# #) -> r) -> r
$bMICRO_VERSION :: Int32
MICRO_VERSION = 0 :: Int32

-- | The major version number of the poppler header files (e.g. in poppler version
-- 0.1.2 this is 0.)
-- 
-- /Since: 0.12/
pattern $mMAJOR_VERSION :: forall {r}. Int32 -> ((# #) -> r) -> ((# #) -> r) -> r
$bMAJOR_VERSION :: Int32
MAJOR_VERSION = 23 :: Int32

-- | Defined if poppler was compiled with cairo support.
pattern $mHAS_CAIRO :: forall {r}. Int32 -> ((# #) -> r) -> ((# #) -> r) -> r
$bHAS_CAIRO :: Int32
HAS_CAIRO = 1 :: Int32

-- | /No description available in the introspection data./
pattern $mANNOT_TEXT_ICON_PARAGRAPH :: forall {r}. Text -> ((# #) -> r) -> ((# #) -> r) -> r
$bANNOT_TEXT_ICON_PARAGRAPH :: Text
ANNOT_TEXT_ICON_PARAGRAPH = "Paragraph" :: T.Text

-- | /No description available in the introspection data./
pattern $mANNOT_TEXT_ICON_NOTE :: forall {r}. Text -> ((# #) -> r) -> ((# #) -> r) -> r
$bANNOT_TEXT_ICON_NOTE :: Text
ANNOT_TEXT_ICON_NOTE = "Note" :: T.Text

-- | /No description available in the introspection data./
pattern $mANNOT_TEXT_ICON_NEW_PARAGRAPH :: forall {r}. Text -> ((# #) -> r) -> ((# #) -> r) -> r
$bANNOT_TEXT_ICON_NEW_PARAGRAPH :: Text
ANNOT_TEXT_ICON_NEW_PARAGRAPH = "NewParagraph" :: T.Text

-- | /No description available in the introspection data./
pattern $mANNOT_TEXT_ICON_KEY :: forall {r}. Text -> ((# #) -> r) -> ((# #) -> r) -> r
$bANNOT_TEXT_ICON_KEY :: Text
ANNOT_TEXT_ICON_KEY = "Key" :: T.Text

-- | /No description available in the introspection data./
pattern $mANNOT_TEXT_ICON_INSERT :: forall {r}. Text -> ((# #) -> r) -> ((# #) -> r) -> r
$bANNOT_TEXT_ICON_INSERT :: Text
ANNOT_TEXT_ICON_INSERT = "Insert" :: T.Text

-- | /No description available in the introspection data./
pattern $mANNOT_TEXT_ICON_HELP :: forall {r}. Text -> ((# #) -> r) -> ((# #) -> r) -> r
$bANNOT_TEXT_ICON_HELP :: Text
ANNOT_TEXT_ICON_HELP = "Help" :: T.Text

-- | /No description available in the introspection data./
pattern $mANNOT_TEXT_ICON_CROSS :: forall {r}. Text -> ((# #) -> r) -> ((# #) -> r) -> r
$bANNOT_TEXT_ICON_CROSS :: Text
ANNOT_TEXT_ICON_CROSS = "Cross" :: T.Text

-- | /No description available in the introspection data./
pattern $mANNOT_TEXT_ICON_COMMENT :: forall {r}. Text -> ((# #) -> r) -> ((# #) -> r) -> r
$bANNOT_TEXT_ICON_COMMENT :: Text
ANNOT_TEXT_ICON_COMMENT = "Comment" :: T.Text

-- | /No description available in the introspection data./
pattern $mANNOT_TEXT_ICON_CIRCLE :: forall {r}. Text -> ((# #) -> r) -> ((# #) -> r) -> r
$bANNOT_TEXT_ICON_CIRCLE :: Text
ANNOT_TEXT_ICON_CIRCLE = "Circle" :: T.Text