Ggit.RevertOptions – ggit-1.0 Reference Manual
Packages
ggit-1.0
Ggit
RevertOptions
RevertOptions
copy
free
RevertOptions
Object Hierarchy:
Description:
[
CCode
( copy_function =
"g_boxed_copy"
, free_function =
"g_boxed_free"
, type_id =
"ggit_revert_options_get_type ()"
) ]
[
Compact
]
public
class
RevertOptions
Represents the options used when reverting.
Namespace:
Ggit
Package:
ggit-1.0
Content:
Creation methods:
public
RevertOptions
(
uint
mainline,
MergeOptions
? merge_options,
CheckoutOptions
? checkout_options)
Create a new
RevertOptions
.
Methods:
public
RevertOptions
?
copy
()
Copies
this
into a newly allocated
RevertOptions
.
public
void
free
()
Frees
this
.