Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell98 |
Bindings.Libgit2.Strarray
Documentation
data C'git_strarray Source #
Constructors
C'git_strarray | |
Fields |
Instances
Storable C'git_strarray Source # | |
Defined in Bindings.Libgit2.Strarray Methods sizeOf :: C'git_strarray -> Int # alignment :: C'git_strarray -> Int # peekElemOff :: Ptr C'git_strarray -> Int -> IO C'git_strarray # pokeElemOff :: Ptr C'git_strarray -> Int -> C'git_strarray -> IO () # peekByteOff :: Ptr b -> Int -> IO C'git_strarray # pokeByteOff :: Ptr b -> Int -> C'git_strarray -> IO () # peek :: Ptr C'git_strarray -> IO C'git_strarray # poke :: Ptr C'git_strarray -> C'git_strarray -> IO () # | |
Show C'git_strarray Source # | |
Defined in Bindings.Libgit2.Strarray Methods showsPrec :: Int -> C'git_strarray -> ShowS # show :: C'git_strarray -> String # showList :: [C'git_strarray] -> ShowS # | |
Eq C'git_strarray Source # | |
Defined in Bindings.Libgit2.Strarray Methods (==) :: C'git_strarray -> C'git_strarray -> Bool # (/=) :: C'git_strarray -> C'git_strarray -> Bool # |
c'git_strarray_free :: Ptr C'git_strarray -> IO () Source #
c'git_strarray_copy :: Ptr C'git_strarray -> Ptr C'git_strarray -> IO CInt Source #
p'git_strarray_free :: FunPtr (Ptr C'git_strarray -> IO ()) Source #
p'git_strarray'strings :: Ptr C'git_strarray -> Ptr (Ptr CString) Source #
p'git_strarray_copy :: FunPtr (Ptr C'git_strarray -> Ptr C'git_strarray -> IO CInt) Source #