| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell98 |
Bindings.Libgit2.Status
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 #
data C'git_status_options Source #
Constructors
| C'git_status_options | |
Instances
| Storable C'git_status_options Source # | |
Defined in Bindings.Libgit2.Status Methods sizeOf :: C'git_status_options -> Int # alignment :: C'git_status_options -> Int # peekElemOff :: Ptr C'git_status_options -> Int -> IO C'git_status_options # pokeElemOff :: Ptr C'git_status_options -> Int -> C'git_status_options -> IO () # peekByteOff :: Ptr b -> Int -> IO C'git_status_options # pokeByteOff :: Ptr b -> Int -> C'git_status_options -> IO () # peek :: Ptr C'git_status_options -> IO C'git_status_options # poke :: Ptr C'git_status_options -> C'git_status_options -> IO () # | |
| Show C'git_status_options Source # | |
Defined in Bindings.Libgit2.Status Methods showsPrec :: Int -> C'git_status_options -> ShowS # show :: C'git_status_options -> String # showList :: [C'git_status_options] -> ShowS # | |
| Eq C'git_status_options Source # | |
Defined in Bindings.Libgit2.Status Methods (==) :: C'git_status_options -> C'git_status_options -> Bool # (/=) :: C'git_status_options -> C'git_status_options -> Bool # | |
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 #