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