Class

GgitPushOptions

Description [src]

class Ggit.PushOptions : GObject.Object {
  parent_instance: GObject
}

Represents a git push options.

Ancestors

  • GObject

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.

Class structure

struct GgitPushOptionsClass {
  GObjectClass parent_class;
  
}
Class members
parent_class
GObjectClass
  No description available.