Safe Haskell | Safe-Inferred |
---|
Documentation
type C'git_status_t = CUIntSource
c'GIT_STATUS_CURRENT :: Num a => aSource
c'GIT_STATUS_INDEX_NEW :: Num a => aSource
c'GIT_STATUS_INDEX_MODIFIED :: Num a => aSource
c'GIT_STATUS_INDEX_DELETED :: Num a => aSource
c'GIT_STATUS_INDEX_RENAMED :: Num a => aSource
c'GIT_STATUS_INDEX_TYPECHANGE :: Num a => aSource
c'GIT_STATUS_WT_NEW :: Num a => aSource
c'GIT_STATUS_WT_MODIFIED :: Num a => aSource
c'GIT_STATUS_WT_DELETED :: Num a => aSource
c'GIT_STATUS_WT_TYPECHANGE :: Num a => aSource
c'GIT_STATUS_IGNORED :: Num a => aSource
mk'git_status_cb :: (CString -> CUInt -> Ptr () -> IO CInt) -> IO C'git_status_cbSource
c'git_status_foreach :: Ptr C'git_repository -> C'git_status_cb -> Ptr () -> IO CIntSource
mK'git_status_cb :: C'git_status_cb -> CString -> CUInt -> Ptr () -> IO CIntSource
p'git_status_foreach :: FunPtr (Ptr C'git_repository -> C'git_status_cb -> Ptr () -> IO CInt)Source
type C'git_status_show_t = CUIntSource
c'GIT_STATUS_SHOW_INDEX_AND_WORKDIR :: Num a => aSource
c'GIT_STATUS_SHOW_INDEX_ONLY :: Num a => aSource
c'GIT_STATUS_SHOW_WORKDIR_ONLY :: Num a => aSource
type C'git_status_opt_t = CUIntSource
c'GIT_STATUS_OPT_INCLUDE_UNTRACKED :: Num a => aSource
c'GIT_STATUS_OPT_INCLUDE_IGNORED :: Num a => aSource
c'GIT_STATUS_OPT_INCLUDE_UNMODIFIED :: Num a => aSource
c'GIT_STATUS_OPT_EXCLUDE_SUBMODULES :: Num a => aSource
c'git_status_foreach_ext :: Ptr C'git_repository -> Ptr C'git_status_options -> C'git_status_cb -> Ptr () -> IO CIntSource
c'git_status_file :: Ptr CUInt -> Ptr C'git_repository -> CString -> IO CIntSource
c'git_status_should_ignore :: Ptr CInt -> Ptr C'git_repository -> CString -> IO CIntSource
p'git_status_foreach_ext :: FunPtr (Ptr C'git_repository -> Ptr C'git_status_options -> C'git_status_cb -> Ptr () -> IO CInt)Source
p'git_status_file :: FunPtr (Ptr CUInt -> Ptr C'git_repository -> CString -> IO CInt)Source
p'git_status_should_ignore :: FunPtr (Ptr CInt -> Ptr C'git_repository -> CString -> IO CInt)Source