Safe Haskell | None |
---|
Bindings.Libgit2.Reflog
Documentation
c'git_reflog_read :: Ptr (Ptr C'git_reflog) -> Ptr C'git_reference -> IO CIntSource
c'git_reflog_write :: Ptr C'git_reference -> Ptr C'git_oid -> Ptr C'git_signature -> CString -> IO CIntSource
c'git_reflog_rename :: Ptr C'git_reference -> CString -> IO CIntSource
p'git_reflog_read :: FunPtr (Ptr (Ptr C'git_reflog) -> Ptr C'git_reference -> IO CInt)Source
p'git_reflog_write :: FunPtr (Ptr C'git_reference -> Ptr C'git_oid -> Ptr C'git_signature -> CString -> IO CInt)Source
p'git_reflog_rename :: FunPtr (Ptr C'git_reference -> CString -> IO CInt)Source
p'git_reflog_entry_byindex :: FunPtr (Ptr C'git_reflog -> CUInt -> IO (Ptr C'git_reflog_entry))Source
c'git_reflog_free :: Ptr C'git_reflog -> IO ()Source
p'git_reflog_free :: FunPtr (Ptr C'git_reflog -> IO ())Source