Safe Haskell | Safe-Inferred |
---|
Documentation
type C'git_stash_flags = CUIntSource
c'GIT_STASH_DEFAULT :: Num a => aSource
c'GIT_STASH_KEEP_INDEX :: Num a => aSource
c'GIT_STASH_INCLUDE_UNTRACKED :: Num a => aSource
c'GIT_STASH_INCLUDE_IGNORED :: Num a => aSource
c'git_stash_save :: Ptr C'git_oid -> Ptr C'git_repository -> Ptr C'git_signature -> CString -> CUInt -> IO CIntSource
p'git_stash_save :: FunPtr (Ptr C'git_oid -> Ptr C'git_repository -> Ptr C'git_signature -> CString -> CUInt -> IO CInt)Source
c'git_stash_foreach :: Ptr C'git_repository -> C'git_stash_cb -> Ptr () -> IO CIntSource
mk'git_stash_cb :: (CSize -> CString -> Ptr C'git_oid -> Ptr () -> IO CInt) -> IO C'git_stash_cbSource
c'git_stash_drop :: Ptr C'git_repository -> CSize -> IO CIntSource
p'git_stash_foreach :: FunPtr (Ptr C'git_repository -> C'git_stash_cb -> Ptr () -> IO CInt)Source
mK'git_stash_cb :: C'git_stash_cb -> CSize -> CString -> Ptr C'git_oid -> Ptr () -> IO CIntSource
p'git_stash_drop :: FunPtr (Ptr C'git_repository -> CSize -> IO CInt)Source