| Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria |
| Safe Haskell | None |
| Language | Haskell2010 |
GI.Ggit.Structs.StatusOptions
Description
Represents the options used when creating getting file status.
Synopsis
- newtype StatusOptions = StatusOptions (ManagedPtr StatusOptions)
- statusOptionsCopy :: (HasCallStack, MonadIO m) => StatusOptions -> m (Maybe StatusOptions)
- statusOptionsFree :: (HasCallStack, MonadIO m) => StatusOptions -> m ()
- statusOptionsNew :: (HasCallStack, MonadIO m) => [StatusOption] -> StatusShow -> Maybe [Text] -> m StatusOptions
Exported types
newtype StatusOptions Source #
Memory-managed wrapper type.
Constructors
| StatusOptions (ManagedPtr StatusOptions) |
Instances
| Eq StatusOptions Source # | |
Defined in GI.Ggit.Structs.StatusOptions | |
| GBoxed StatusOptions Source # | |
Defined in GI.Ggit.Structs.StatusOptions | |
| ManagedPtrNewtype StatusOptions Source # | |
Defined in GI.Ggit.Structs.StatusOptions Methods toManagedPtr :: StatusOptions -> ManagedPtr StatusOptions | |
| TypedObject StatusOptions Source # | |
Defined in GI.Ggit.Structs.StatusOptions Methods glibType :: IO GType | |
| IsGValue StatusOptions Source # | Convert |
Defined in GI.Ggit.Structs.StatusOptions | |
| HasParentTypes StatusOptions Source # | |
Defined in GI.Ggit.Structs.StatusOptions | |
| type ParentTypes StatusOptions Source # | |
Defined in GI.Ggit.Structs.StatusOptions type ParentTypes StatusOptions = '[] :: [Type] | |
Methods
Overloaded methods
copy
Arguments
| :: (HasCallStack, MonadIO m) | |
| => StatusOptions |
|
| -> m (Maybe 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.