Ggit.Object¶
- Subclasses:
Methods¶
- Inherited:
- Structs:
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent_instance |
r |
Class Details¶
- class Ggit.Object(**kwargs)¶
- Bases:
- Abstract:
Yes
- Structure:
Represents a generic object in a repository.
- get_owner()¶
- Returns:
the
Ggit.Repository
that owns this object orNone
. The returned value must be free’d callingGObject.Object.unref
().- Return type:
Gets the
Ggit.Repository
that owns self.