Class
GgitPushOptions
Description [src]
class Ggit.PushOptions : GObject.Object {
parent_instance: GObject
}
Represents a git push options.
Constructors
ggit_push_options_new
Create a new push options object.
Instance methods
ggit_push_options_get_parallelism
Get the number of parallel threads to use when creating the pack file to push. The special value 0 indicates that the number of threads will be automatically detected.
ggit_push_options_get_remote_callbacks
Gets the remote callbacks object.
ggit_push_options_set_parallelism
Set the number of parallel threads to use when creating the pack file
to push. The special value 0 can be specified for parallelism
indicating that
the number of threads will be automatically detected.
ggit_push_options_set_remote_callbacks
Set the remote callbacks for the push options.
Properties
Ggit.PushOptions:callbacks
No description available.
Ggit.PushOptions:parallelism
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.