Data.GI.GIR.Arg
data Arg Source #
Constructors
Fields
C name for the argument. For a escaped name valid in Haskell code, use escapedArgName.
escapedArgName
Defined in Data.GI.GIR.Arg
Methods
showsPrec :: Int -> Arg -> ShowS #
show :: Arg -> String #
showList :: [Arg] -> ShowS #
(==) :: Arg -> Arg -> Bool #
(/=) :: Arg -> Arg -> Bool #
compare :: Arg -> Arg -> Ordering #
(<) :: Arg -> Arg -> Bool #
(<=) :: Arg -> Arg -> Bool #
(>) :: Arg -> Arg -> Bool #
(>=) :: Arg -> Arg -> Bool #
max :: Arg -> Arg -> Arg #
min :: Arg -> Arg -> Arg #
data Direction Source #
showsPrec :: Int -> Direction -> ShowS #
show :: Direction -> String #
showList :: [Direction] -> ShowS #
(==) :: Direction -> Direction -> Bool #
(/=) :: Direction -> Direction -> Bool #
compare :: Direction -> Direction -> Ordering #
(<) :: Direction -> Direction -> Bool #
(<=) :: Direction -> Direction -> Bool #
(>) :: Direction -> Direction -> Bool #
(>=) :: Direction -> Direction -> Bool #
max :: Direction -> Direction -> Direction #
min :: Direction -> Direction -> Direction #
data Scope Source #
showsPrec :: Int -> Scope -> ShowS #
show :: Scope -> String #
showList :: [Scope] -> ShowS #
(==) :: Scope -> Scope -> Bool #
(/=) :: Scope -> Scope -> Bool #
compare :: Scope -> Scope -> Ordering #
(<) :: Scope -> Scope -> Bool #
(<=) :: Scope -> Scope -> Bool #
(>) :: Scope -> Scope -> Bool #
(>=) :: Scope -> Scope -> Bool #
max :: Scope -> Scope -> Scope #
min :: Scope -> Scope -> Scope #
parseArg :: Parser Arg Source #
parseTransfer :: Parser Transfer Source #