Ggit.Object¶
| Subclasses: | Ggit.Blob,Ggit.Commit,Ggit.Tag,Ggit.Tree | 
|---|
Virtual Methods¶
| Inherited: | GObject.Object (7) | 
|---|
Properties¶
| Inherited: | Ggit.Native (1) | 
|---|
Signals¶
| Inherited: | GObject.Object (1) | 
|---|
Class Details¶
- 
class Ggit.Object(**kwargs)¶
- Bases: - Ggit.Native- Abstract: - Yes - Structure: - Ggit.ObjectClass- Represents a generic object in a repository. - 
get_id()¶
- Returns: - the - Ggit.OIdof the object or- None.- Return type: - Ggit.OIdor- None- Gets the - Ggit.OIdof self.
 - 
get_owner()¶
- Returns: - the - Ggit.Repositorythat owns this object or- None. The returned value must be free’d calling- GObject.Object.unref().- Return type: - Ggit.Repositoryor- None- Gets the - Ggit.Repositorythat owns self.
 
-