Class

GgitObject

Description [src]

abstract class Ggit.Object : Ggit.Native {
  parent_instance: GgitNative
}

Represents a generic object in a repository.

Ancestors

Instance methods

ggit_object_get_id

Gets the GgitOId of object.

ggit_object_get_owner

Gets the GgitRepository that owns object.

Class structure

struct GgitObjectClass {
  /* no available fields */
}