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
(==) :: 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
showsPrec :: Int -> Arg -> ShowS #
show :: Arg -> String #
showList :: [Arg] -> ShowS #
data Direction Source #
(==) :: 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
showsPrec :: Int -> Direction -> ShowS #
show :: Direction -> String #
showList :: [Direction] -> ShowS #
data Scope Source #
(==) :: 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
showsPrec :: Int -> Scope -> ShowS #
show :: Scope -> String #
showList :: [Scope] -> ShowS #
parseArg :: Parser Arg Source #
parseTransfer :: Parser Transfer Source #