| Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria (garetxe@gmail.com) |
| Safe Haskell | None |
| Language | Haskell2010 |
GI.Ggit.Structs.StatusOptions
Contents
Description
Represents the options used when creating getting file status.
- newtype StatusOptions = StatusOptions (ManagedPtr StatusOptions)
- noStatusOptions :: Maybe StatusOptions
- statusOptionsCopy :: (HasCallStack, MonadIO m) => StatusOptions -> m StatusOptions
- statusOptionsFree :: (HasCallStack, MonadIO m) => StatusOptions -> m ()
- statusOptionsNew :: (HasCallStack, MonadIO m) => [StatusOption] -> StatusShow -> Maybe [Text] -> m StatusOptions
Exported types
Methods
copy
Arguments
| :: (HasCallStack, MonadIO m) | |
| => StatusOptions |
|
| -> m StatusOptions | Returns: a newly allocated |
Copies statusOptions into a newly allocated StatusOptions.
free
Arguments
| :: (HasCallStack, MonadIO m) | |
| => StatusOptions |
|
| -> m () |
Frees statusOptions.
new
Arguments
| :: (HasCallStack, MonadIO m) | |
| => [StatusOption] |
|
| -> StatusShow |
|
| -> Maybe [Text] |
|
| -> m StatusOptions | Returns: a newly allocated |
Creates a new StatusOptions for use in ggit_repository_stash_foreach.