gi-ggit-1.0.8: libgit2-glib bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.Ggit.Objects.DiffFormatEmailOptions

Description

No description available in the introspection data.

Synopsis

Exported types

class (GObject o, IsDescendantOf DiffFormatEmailOptions o) => IsDiffFormatEmailOptions o Source #

Type class for types which can be safely cast to DiffFormatEmailOptions, for instance with toDiffFormatEmailOptions.

toDiffFormatEmailOptions :: (MonadIO m, IsDiffFormatEmailOptions o) => o -> m DiffFormatEmailOptions Source #

Cast to DiffFormatEmailOptions, for types for which this is known to be safe. For general casts, use castTo.

Methods

Overloaded methods

getAuthor

getBody

diffFormatEmailOptionsGetBody Source #

Arguments

:: (HasCallStack, MonadIO m, IsDiffFormatEmailOptions a) 
=> a

options: a DiffFormatEmailOptions.

-> m (Maybe Text)

Returns: the body.

Get the body.

getFlags

getId

diffFormatEmailOptionsGetId Source #

Arguments

:: (HasCallStack, MonadIO m, IsDiffFormatEmailOptions a) 
=> a

options: a DiffFormatEmailOptions.

-> m (Maybe OId)

Returns: a OId or Nothing.

Get the object id.

getPatchNumber

diffFormatEmailOptionsGetPatchNumber Source #

Arguments

:: (HasCallStack, MonadIO m, IsDiffFormatEmailOptions a) 
=> a

options: a DiffFormatEmailOptions.

-> m Word64

Returns: the patch number.

Get the patch number.

getSummary

diffFormatEmailOptionsGetSummary Source #

Arguments

:: (HasCallStack, MonadIO m, IsDiffFormatEmailOptions a) 
=> a

options: a DiffFormatEmailOptions.

-> m (Maybe Text)

Returns: the summary.

Get the summary.

getTotalPatches

diffFormatEmailOptionsGetTotalPatches Source #

Arguments

:: (HasCallStack, MonadIO m, IsDiffFormatEmailOptions a) 
=> a

options: a DiffFormatEmailOptions.

-> m Word64

Returns: the total number of patches.

Get the total number of patches.

new

diffFormatEmailOptionsNew Source #

Create a new checkout options object.

setAuthor

diffFormatEmailOptionsSetAuthor Source #

Arguments

:: (HasCallStack, MonadIO m, IsDiffFormatEmailOptions a, IsSignature b) 
=> a

options: a DiffFormatEmailOptions.

-> Maybe b

author: a Signature.

-> m () 

Set the author.

setBody

diffFormatEmailOptionsSetBody Source #

Arguments

:: (HasCallStack, MonadIO m, IsDiffFormatEmailOptions a) 
=> a

options: a DiffFormatEmailOptions.

-> Maybe Text

body: the body.

-> m () 

Set the body.

setFlags

setId

diffFormatEmailOptionsSetId Source #

Arguments

:: (HasCallStack, MonadIO m, IsDiffFormatEmailOptions a) 
=> a

options: a DiffFormatEmailOptions.

-> Maybe OId

id: a OId.

-> m () 

Set the object id.

setPatchNumber

diffFormatEmailOptionsSetPatchNumber Source #

Arguments

:: (HasCallStack, MonadIO m, IsDiffFormatEmailOptions a) 
=> a

options: a DiffFormatEmailOptions.

-> Word64

number: the patch number.

-> m () 

Set the patch number.

setSummary

diffFormatEmailOptionsSetSummary Source #

Arguments

:: (HasCallStack, MonadIO m, IsDiffFormatEmailOptions a) 
=> a

options: a DiffFormatEmailOptions.

-> Maybe Text

summary: the summary.

-> m () 

Set the summary.

setTotalPatches

diffFormatEmailOptionsSetTotalPatches Source #

Arguments

:: (HasCallStack, MonadIO m, IsDiffFormatEmailOptions a) 
=> a

options: a DiffFormatEmailOptions.

-> Word64

patches: the total number of patches.

-> m () 

Set the total number of patches.

Properties

author

No description available in the introspection data.

clearDiffFormatEmailOptionsAuthor :: (MonadIO m, IsDiffFormatEmailOptions o) => o -> m () Source #

Set the value of the “author” property to Nothing. When overloading is enabled, this is equivalent to

clear #author

constructDiffFormatEmailOptionsAuthor :: (IsDiffFormatEmailOptions o, IsSignature a) => a -> IO (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “author” property. This is rarely needed directly, but it is used by new.

getDiffFormatEmailOptionsAuthor :: (MonadIO m, IsDiffFormatEmailOptions o) => o -> m (Maybe Signature) Source #

Get the value of the “author” property. When overloading is enabled, this is equivalent to

get diffFormatEmailOptions #author

setDiffFormatEmailOptionsAuthor :: (MonadIO m, IsDiffFormatEmailOptions o, IsSignature a) => o -> a -> m () Source #

Set the value of the “author” property. When overloading is enabled, this is equivalent to

set diffFormatEmailOptions [ #author := value ]

body

No description available in the introspection data.

clearDiffFormatEmailOptionsBody :: (MonadIO m, IsDiffFormatEmailOptions o) => o -> m () Source #

Set the value of the “body” property to Nothing. When overloading is enabled, this is equivalent to

clear #body

constructDiffFormatEmailOptionsBody :: IsDiffFormatEmailOptions o => Text -> IO (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “body” property. This is rarely needed directly, but it is used by new.

getDiffFormatEmailOptionsBody :: (MonadIO m, IsDiffFormatEmailOptions o) => o -> m (Maybe Text) Source #

Get the value of the “body” property. When overloading is enabled, this is equivalent to

get diffFormatEmailOptions #body

setDiffFormatEmailOptionsBody :: (MonadIO m, IsDiffFormatEmailOptions o) => o -> Text -> m () Source #

Set the value of the “body” property. When overloading is enabled, this is equivalent to

set diffFormatEmailOptions [ #body := value ]

flags

No description available in the introspection data.

constructDiffFormatEmailOptionsFlags :: IsDiffFormatEmailOptions o => [DiffFormatEmailFlags] -> IO (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “flags” property. This is rarely needed directly, but it is used by new.

getDiffFormatEmailOptionsFlags :: (MonadIO m, IsDiffFormatEmailOptions o) => o -> m [DiffFormatEmailFlags] Source #

Get the value of the “flags” property. When overloading is enabled, this is equivalent to

get diffFormatEmailOptions #flags

setDiffFormatEmailOptionsFlags :: (MonadIO m, IsDiffFormatEmailOptions o) => o -> [DiffFormatEmailFlags] -> m () Source #

Set the value of the “flags” property. When overloading is enabled, this is equivalent to

set diffFormatEmailOptions [ #flags := value ]

id

No description available in the introspection data.

clearDiffFormatEmailOptionsId :: (MonadIO m, IsDiffFormatEmailOptions o) => o -> m () Source #

Set the value of the “id” property to Nothing. When overloading is enabled, this is equivalent to

clear #id

constructDiffFormatEmailOptionsId :: IsDiffFormatEmailOptions o => OId -> IO (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “id” property. This is rarely needed directly, but it is used by new.

getDiffFormatEmailOptionsId :: (MonadIO m, IsDiffFormatEmailOptions o) => o -> m (Maybe OId) Source #

Get the value of the “id” property. When overloading is enabled, this is equivalent to

get diffFormatEmailOptions #id

setDiffFormatEmailOptionsId :: (MonadIO m, IsDiffFormatEmailOptions o) => o -> OId -> m () Source #

Set the value of the “id” property. When overloading is enabled, this is equivalent to

set diffFormatEmailOptions [ #id := value ]

patchNumber

No description available in the introspection data.

constructDiffFormatEmailOptionsPatchNumber :: IsDiffFormatEmailOptions o => Word64 -> IO (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “patch-number” property. This is rarely needed directly, but it is used by new.

getDiffFormatEmailOptionsPatchNumber :: (MonadIO m, IsDiffFormatEmailOptions o) => o -> m Word64 Source #

Get the value of the “patch-number” property. When overloading is enabled, this is equivalent to

get diffFormatEmailOptions #patchNumber

setDiffFormatEmailOptionsPatchNumber :: (MonadIO m, IsDiffFormatEmailOptions o) => o -> Word64 -> m () Source #

Set the value of the “patch-number” property. When overloading is enabled, this is equivalent to

set diffFormatEmailOptions [ #patchNumber := value ]

summary

No description available in the introspection data.

clearDiffFormatEmailOptionsSummary :: (MonadIO m, IsDiffFormatEmailOptions o) => o -> m () Source #

Set the value of the “summary” property to Nothing. When overloading is enabled, this is equivalent to

clear #summary

constructDiffFormatEmailOptionsSummary :: IsDiffFormatEmailOptions o => Text -> IO (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “summary” property. This is rarely needed directly, but it is used by new.

getDiffFormatEmailOptionsSummary :: (MonadIO m, IsDiffFormatEmailOptions o) => o -> m (Maybe Text) Source #

Get the value of the “summary” property. When overloading is enabled, this is equivalent to

get diffFormatEmailOptions #summary

setDiffFormatEmailOptionsSummary :: (MonadIO m, IsDiffFormatEmailOptions o) => o -> Text -> m () Source #

Set the value of the “summary” property. When overloading is enabled, this is equivalent to

set diffFormatEmailOptions [ #summary := value ]

totalPatches

No description available in the introspection data.

constructDiffFormatEmailOptionsTotalPatches :: IsDiffFormatEmailOptions o => Word64 -> IO (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “total-patches” property. This is rarely needed directly, but it is used by new.

getDiffFormatEmailOptionsTotalPatches :: (MonadIO m, IsDiffFormatEmailOptions o) => o -> m Word64 Source #

Get the value of the “total-patches” property. When overloading is enabled, this is equivalent to

get diffFormatEmailOptions #totalPatches

setDiffFormatEmailOptionsTotalPatches :: (MonadIO m, IsDiffFormatEmailOptions o) => o -> Word64 -> m () Source #

Set the value of the “total-patches” property. When overloading is enabled, this is equivalent to

set diffFormatEmailOptions [ #totalPatches := value ]