| Copyright | Will Thompson and Iñaki García Etxebarria |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
GI.Ggit.Structs.StatusOptions
Contents
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 Methods (==) :: StatusOptions -> StatusOptions -> Bool # (/=) :: StatusOptions -> StatusOptions -> Bool # | |
| 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 | |
| HasParentTypes StatusOptions Source # | |
Defined in GI.Ggit.Structs.StatusOptions | |
| IsGValue (Maybe StatusOptions) Source # | Convert |
Defined in GI.Ggit.Structs.StatusOptions Methods gvalueGType_ :: IO GType gvalueSet_ :: Ptr GValue -> Maybe StatusOptions -> IO () gvalueGet_ :: Ptr GValue -> IO (Maybe StatusOptions) | |
| type ParentTypes StatusOptions Source # | |
Defined in GI.Ggit.Structs.StatusOptions | |
Methods
Click to display all available methods, including inherited ones
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.