Class

GgitPushOptions

since: 1.0

Description [src]

class Ggit.PushOptions : GObject.Object
{
  /* No available fields */
}

Represents a git push options.

Available since: 1.0

Hierarchy

hierarchy this GgitPushOptions ancestor_0 GObject ancestor_0--this

Ancestors

Constructors

ggit_push_options_new

Create a new push options object.

since: 1.0

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.

since: 1.0

ggit_push_options_get_remote_callbacks

Gets the remote callbacks object.

since: 1.0

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.

since: 1.0

ggit_push_options_set_remote_callbacks

Set the remote callbacks for the push options.

since: 1.0

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Ggit.PushOptions:callbacks
No description available.

since: 1.0

Ggit.PushOptions:parallelism
No description available.

since: 1.0

Signals

Signals inherited from GObject (1)
GObject::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.

unstable since: 2.0

Class structure

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