Struct

GgitAnnotatedCommit

since: 1.0

Description [src]

struct GgitAnnotatedCommit {
  /* No available fields */
}

Represents an annotated commit object.

Available since: 1.0

Constructors

ggit_annotated_commit_new_from_ref

Create a GgitAnnotatedCommit from the given reference.

since: 1.0

Instance methods

ggit_annotated_commit_get_id

Gets the commit ID that the given annotated_commit refs to.

since: 1.0

ggit_annotated_commit_ref

Atomically increments the reference count of annotated_commit by one. This function is MT-safe and may be called from any thread.

since: 1.0

ggit_annotated_commit_unref

Atomically decrements the reference count of annotated_commit by one. If the reference count drops to 0, annotated_commit is freed.

since: 1.0