Class
GgitCherryPickOptions
Description [src]
class Ggit.CherryPickOptions : GObject.Object {
parent_instance: GObject
}
Represents the options used when doign a cherry-pick.
Constructors
ggit_cherry_pick_options_new
Create a new cherry-pick options object.
Instance methods
ggit_cherry_pick_options_get_checkout_options
Get the checkout options.
ggit_cherry_pick_options_get_mainline
Get the mainline parent to use when cherry-picking a merge commit.
ggit_cherry_pick_options_get_merge_options
Get the merge options.
ggit_cherry_pick_options_set_checkout_options
Set the checkout options.
ggit_cherry_pick_options_set_mainline
Set the mainline parent to use when cherry-picking a merge commit.
ggit_cherry_pick_options_set_merge_options
Set the merge options.
Properties
Ggit.CherryPickOptions:checkout-options
No description available.
Ggit.CherryPickOptions:mainline
No description available.
Ggit.CherryPickOptions:merge-options
No description available.
Signals
Signals inherited from GObject (1)
GObject.Object::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.