Safe Haskell | Safe |
---|---|
Language | Haskell98 |
Bindings.Libgit2.Oid
Documentation
Constructors
C'git_oid | |
Fields
|
data C'git_oid_shorten #
Constructors
C'git_oid_shorten |
c'git_oid_shorten_new :: CSize -> IO (Ptr C'git_oid_shorten) #
c'git_oid_shorten_add :: Ptr C'git_oid_shorten -> CString -> IO CInt #
c'git_oid_shorten_free :: Ptr C'git_oid_shorten -> IO () #
p'git_oid_shorten_new :: FunPtr (CSize -> IO (Ptr C'git_oid_shorten)) #
p'git_oid_shorten_add :: FunPtr (Ptr C'git_oid_shorten -> CString -> IO CInt) #
p'git_oid_shorten_free :: FunPtr (Ptr C'git_oid_shorten -> IO ()) #