Ggit.Tag¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
|
|
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent_instance |
r |
Class Details¶
- class Ggit.Tag(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
Represents a tag object.
- get_message()¶
-
Gets the message of self.
- get_tagger()¶
- Returns:
the tagger (author) of the tag or
None
.- Return type:
Get the tagger (author) of self. The returned value must be free with
GObject.Object.unref
().
- get_target()¶
- Raises:
- Returns:
the target
Ggit.Object
of the tag orNone
.- Return type:
Ggit.Object
orNone
Gets the target
Ggit.Object
of self.This method performs a repository lookup for the given object and returns it.
- get_target_type()¶
- Returns:
- Return type:
Get the target object type.
- peel()¶
- Raises:
- Returns:
a
Ggit.Object
orNone
.- Return type:
Ggit.Object
orNone
Recursively peel a tag until a non tag object is found.