| Safe Haskell | Safe |
|---|---|
| Language | Haskell98 |
Bindings.Libgit2.Push
Documentation
data C'git_push_options #
Constructors
| C'git_push_options | |
Instances
| Eq C'git_push_options # | |
Defined in Bindings.Libgit2.Push Methods (==) :: C'git_push_options -> C'git_push_options -> Bool # (/=) :: C'git_push_options -> C'git_push_options -> Bool # | |
| Show C'git_push_options # | |
Defined in Bindings.Libgit2.Push Methods showsPrec :: Int -> C'git_push_options -> ShowS # show :: C'git_push_options -> String # showList :: [C'git_push_options] -> ShowS # | |
| Storable C'git_push_options # | |
Defined in Bindings.Libgit2.Push Methods sizeOf :: C'git_push_options -> Int # alignment :: C'git_push_options -> Int # peekElemOff :: Ptr C'git_push_options -> Int -> IO C'git_push_options # pokeElemOff :: Ptr C'git_push_options -> Int -> C'git_push_options -> IO () # peekByteOff :: Ptr b -> Int -> IO C'git_push_options # pokeByteOff :: Ptr b -> Int -> C'git_push_options -> IO () # peek :: Ptr C'git_push_options -> IO C'git_push_options # poke :: Ptr C'git_push_options -> C'git_push_options -> IO () # | |
c'git_push_new :: Ptr (Ptr C'git_push) -> Ptr C'git_remote -> IO CInt #
c'git_push_set_options :: Ptr C'git_push -> Ptr C'git_push_options -> IO CInt #
c'git_push_add_refspec :: Ptr C'git_push -> CString -> IO CInt #
p'git_push_new :: FunPtr (Ptr (Ptr C'git_push) -> Ptr C'git_remote -> IO CInt) #
c'git_push_update_tips :: Ptr C'git_push -> IO CInt #
p'git_push_set_options :: FunPtr (Ptr C'git_push -> Ptr C'git_push_options -> IO CInt) #
c'git_push_finish :: Ptr C'git_push -> IO CInt #
p'git_push_add_refspec :: FunPtr (Ptr C'git_push -> CString -> IO CInt) #
c'git_push_unpack_ok :: Ptr C'git_push -> IO CInt #
p'git_push_update_tips :: FunPtr (Ptr C'git_push -> IO CInt) #
p'git_push_finish :: FunPtr (Ptr C'git_push -> IO CInt) #
c'git_push_status_foreach :: Ptr C'git_push -> FunPtr (CString -> CString -> Ptr () -> CInt) -> Ptr () -> IO CInt #
c'git_push_free :: Ptr C'git_push -> IO () #
p'git_push_unpack_ok :: FunPtr (Ptr C'git_push -> IO CInt) #
p'git_push_status_foreach :: FunPtr (Ptr C'git_push -> FunPtr (CString -> CString -> Ptr () -> CInt) -> Ptr () -> IO CInt) #
p'git_push_free :: FunPtr (Ptr C'git_push -> IO ()) #