Struct

GgitFetchOptions

since: 1.0

Description [src]

struct GgitFetchOptions {
  /* No available fields */
}

Represents a git fetch options.

Available since: 1.0

Constructors

ggit_fetch_options_new

Creates a new GgitFetchOptions.

since: 1.0

Instance methods

ggit_fetch_options_copy

Copies fetch_options into a newly allocated GgitFetchOptions.

since: 1.0

ggit_fetch_options_free

Frees fetch_options.

since: 1.0

ggit_fetch_options_get_download_tags

Get how tags are being handled when fetching/downloading.

since: 1.0

ggit_fetch_options_get_remote_callbacks

Get the remote callbacks object or NULL if not set.

since: 1.0

ggit_fetch_options_set_download_tags

Set how tags are being handled when fetching/downloading.

since: 1.0

ggit_fetch_options_set_remote_callbacks

Set the fetch options object.

since: 1.0