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