Ggit.StatusOptions

Fields

None

Methods

class

new (options, show, pathspec)

copy ()

free ()

Details

class Ggit.StatusOptions

Represents the options used when creating getting file status.

classmethod new(options, show, pathspec)
Parameters:
Returns:

a newly allocated Ggit.StatusOptions.

Return type:

Ggit.StatusOptions

Creates a new Ggit.StatusOptions for use in Ggit.Repository.stash_foreach.

copy()
Returns:

a newly allocated Ggit.StatusOptions or None.

Return type:

Ggit.StatusOptions or None

Copies self into a newly allocated Ggit.StatusOptions.

free()

Frees self.