Ggit.StatusOptions – ggit-1.0 Reference Manual
Packages
ggit-1.0
Ggit
StatusOptions
StatusOptions
copy
free
StatusOptions
Object Hierarchy:
Description:
[
CCode
( copy_function =
"g_boxed_copy"
, free_function =
"g_boxed_free"
, type_id =
"ggit_status_options_get_type ()"
) ]
[
Compact
]
public
class
StatusOptions
Represents the options used when creating getting file status.
Namespace:
Ggit
Package:
ggit-1.0
Content:
Creation methods:
public
StatusOptions
(
StatusOption
options,
StatusShow
show,
string
[]? pathspec)
Creates a new
StatusOptions
for use in
stash_foreach
.
Methods:
public
StatusOptions
?
copy
()
Copies
this
into a newly allocated
StatusOptions
.
public
void
free
()
Frees
this
.