Safe Haskell | Safe |
---|---|
Language | Haskell98 |
Bindings.Libgit2.Push
Documentation
c'git_push_new :: Ptr (Ptr C'git_push) -> Ptr C'git_remote -> IO CInt #
c'git_push_set_options :: Ptr C'git_push -> Ptr C'git_push_options -> IO CInt #
c'git_push_add_refspec :: Ptr C'git_push -> CString -> IO CInt #
p'git_push_new :: FunPtr (Ptr (Ptr C'git_push) -> Ptr C'git_remote -> IO CInt) #
c'git_push_update_tips :: Ptr C'git_push -> IO CInt #
p'git_push_set_options :: FunPtr (Ptr C'git_push -> Ptr C'git_push_options -> IO CInt) #
c'git_push_finish :: Ptr C'git_push -> IO CInt #
p'git_push_add_refspec :: FunPtr (Ptr C'git_push -> CString -> IO CInt) #
c'git_push_unpack_ok :: Ptr C'git_push -> IO CInt #
p'git_push_update_tips :: FunPtr (Ptr C'git_push -> IO CInt) #
p'git_push_finish :: FunPtr (Ptr C'git_push -> IO CInt) #
c'git_push_status_foreach :: Ptr C'git_push -> FunPtr (CString -> CString -> Ptr () -> CInt) -> Ptr () -> IO CInt #
c'git_push_free :: Ptr C'git_push -> IO () #
p'git_push_unpack_ok :: FunPtr (Ptr C'git_push -> IO CInt) #
p'git_push_status_foreach :: FunPtr (Ptr C'git_push -> FunPtr (CString -> CString -> Ptr () -> CInt) -> Ptr () -> IO CInt) #
p'git_push_free :: FunPtr (Ptr C'git_push -> IO ()) #