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 |
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.
StatusOptions (ManagedPtr StatusOptions) |
Instances
Eq StatusOptions Source # | |
Defined in GI.Ggit.Structs.StatusOptions (==) :: StatusOptions -> StatusOptions -> Bool # (/=) :: StatusOptions -> StatusOptions -> Bool # | |
GBoxed StatusOptions Source # | |
Defined in GI.Ggit.Structs.StatusOptions | |
ManagedPtrNewtype StatusOptions Source # | |
Defined in GI.Ggit.Structs.StatusOptions 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 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
:: (HasCallStack, MonadIO m) | |
=> StatusOptions |
|
-> m (Maybe StatusOptions) | Returns: a newly allocated |
Copies statusOptions
into a newly allocated StatusOptions
.
free
:: (HasCallStack, MonadIO m) | |
=> StatusOptions |
|
-> m () |
Frees statusOptions
.
new
:: (HasCallStack, MonadIO m) | |
=> [StatusOption] |
|
-> StatusShow |
|
-> Maybe [Text] |
|
-> m StatusOptions | Returns: a newly allocated |
Creates a new StatusOptions
for use in ggit_repository_stash_foreach
.