Safe Haskell | Safe |
---|---|
Language | Haskell98 |
Bindings.Libgit2.Clone
Documentation
data C'git_clone_options #
Constructors
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) #