| Safe Haskell | Safe |
|---|---|
| Language | Haskell98 |
Bindings.Libgit2.Clone
Documentation
data C'git_clone_options #
Constructors
Instances
| Eq C'git_clone_options # | |
Defined in Bindings.Libgit2.Clone Methods (==) :: C'git_clone_options -> C'git_clone_options -> Bool # (/=) :: C'git_clone_options -> C'git_clone_options -> Bool # | |
| Show C'git_clone_options # | |
Defined in Bindings.Libgit2.Clone Methods showsPrec :: Int -> C'git_clone_options -> ShowS # show :: C'git_clone_options -> String # showList :: [C'git_clone_options] -> ShowS # | |
| Storable C'git_clone_options # | |
Defined in Bindings.Libgit2.Clone Methods sizeOf :: C'git_clone_options -> Int # alignment :: C'git_clone_options -> Int # peekElemOff :: Ptr C'git_clone_options -> Int -> IO C'git_clone_options # pokeElemOff :: Ptr C'git_clone_options -> Int -> C'git_clone_options -> IO () # peekByteOff :: Ptr b -> Int -> IO C'git_clone_options # pokeByteOff :: Ptr b -> Int -> C'git_clone_options -> IO () # peek :: Ptr C'git_clone_options -> IO C'git_clone_options # poke :: Ptr C'git_clone_options -> C'git_clone_options -> IO () # | |
c'git_clone :: Ptr (Ptr C'git_repository) -> CString -> CString -> Ptr C'git_clone_options -> IO CInt #
p'git_clone :: FunPtr (Ptr (Ptr C'git_repository) -> CString -> CString -> Ptr C'git_clone_options -> IO CInt) #
p'git_clone_options'remote_callbacks :: Ptr C'git_clone_options -> Ptr (Ptr C'git_remote_callbacks) #