gi-ggit-1.0.11: libgit2-glib bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.Ggit.Structs.StatusOptions

Description

Represents the options used when creating getting file status.

Synopsis

Exported types

Methods

Click to display all available methods, including inherited ones

Expand

Methods

copy, free.

Getters

None.

Setters

None.

copy

statusOptionsCopy Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> StatusOptions

statusOptions: a StatusOptions.

-> m (Maybe StatusOptions)

Returns: a newly allocated StatusOptions or Nothing.

Copies statusOptions into a newly allocated StatusOptions.

free

statusOptionsFree Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> StatusOptions

statusOptions: a StatusOptions.

-> m () 

Frees statusOptions.

new

statusOptionsNew Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> [StatusOption]

options: status options.

-> StatusShow

show: status show options.

-> Maybe [Text]

pathspec: which paths to show, defaults to showing all paths.

-> m StatusOptions

Returns: a newly allocated StatusOptions.

Creates a new StatusOptions for use in ggit_repository_stash_foreach.