Safe Haskell | Safe |
---|---|
Language | Haskell98 |
Bindings.Libgit2.Reflog
Documentation
c'git_reflog_read :: Ptr (Ptr C'git_reflog) -> Ptr C'git_reference -> IO CInt #
c'git_reflog_write :: Ptr C'git_reflog -> IO CInt #
p'git_reflog_read :: FunPtr (Ptr (Ptr C'git_reflog) -> Ptr C'git_reference -> IO CInt) #
c'git_reflog_append :: Ptr C'git_reflog -> Ptr C'git_oid -> Ptr C'git_signature -> CString -> IO CInt #
p'git_reflog_write :: FunPtr (Ptr C'git_reflog -> IO CInt) #
c'git_reflog_rename :: Ptr C'git_reference -> CString -> IO CInt #
c'git_reflog_delete :: Ptr C'git_reference -> IO CInt #
p'git_reflog_append :: FunPtr (Ptr C'git_reflog -> Ptr C'git_oid -> Ptr C'git_signature -> CString -> IO CInt) #
p'git_reflog_rename :: FunPtr (Ptr C'git_reference -> CString -> IO CInt) #
p'git_reflog_delete :: FunPtr (Ptr C'git_reference -> IO CInt) #
c'git_reflog_entry_byindex :: Ptr C'git_reflog -> CSize -> IO (Ptr C'git_reflog_entry) #
p'git_reflog_entrycount :: FunPtr (Ptr C'git_reflog -> IO CSize) #
c'git_reflog_drop :: Ptr C'git_reflog -> CSize -> CInt -> IO CInt #
p'git_reflog_entry_byindex :: FunPtr (Ptr C'git_reflog -> CSize -> IO (Ptr C'git_reflog_entry)) #
p'git_reflog_drop :: FunPtr (Ptr C'git_reflog -> CSize -> CInt -> IO CInt) #
p'git_reflog_entry_id_old :: FunPtr (Ptr C'git_reflog_entry -> IO (Ptr C'git_oid)) #
p'git_reflog_entry_id_new :: FunPtr (Ptr C'git_reflog_entry -> IO (Ptr C'git_oid)) #
c'git_reflog_free :: Ptr C'git_reflog -> IO () #
p'git_reflog_free :: FunPtr (Ptr C'git_reflog -> IO ()) #