Class
GgitObject
Description [src]
abstract class Ggit.Object : Ggit.Native {
parent_instance: GgitNative
}
Represents a generic object in a repository.
Ancestors
- GgitNative
- GgitObjectFactoryBase
- GObject
Instance methods
ggit_object_get_id
Gets the GgitOId
of object
.
ggit_object_get_owner
Gets the GgitRepository
that owns object
.