gi-ggit-1.0.1: libgit2-glib bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.Ggit.Objects.DiffFormatEmailOptions

Contents

Description

 

Synopsis

Exported types

Methods

getAuthor

getFlags

getId

diffFormatEmailOptionsGetId Source #

Arguments

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

options: a DiffFormatEmailOptions.

-> m OId

Returns: a OId.

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 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.

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

flags

id

patchNumber

summary

totalPatches