Safe Haskell | Safe-Inferred |
---|
Documentation
data C'git_push_options Source
c'git_push_new :: Ptr (Ptr C'git_push) -> Ptr C'git_remote -> IO CIntSource
c'git_push_add_refspec :: Ptr C'git_push -> CString -> IO CIntSource
p'git_push_new :: FunPtr (Ptr (Ptr C'git_push) -> Ptr C'git_remote -> IO CInt)Source
p'git_push_add_refspec :: FunPtr (Ptr C'git_push -> CString -> 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 CIntSource
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