Top | ![]() |
![]() |
![]() |
![]() |
GgitObject * | ggit_tag_get_target () |
GgitOId * | ggit_tag_get_target_id () |
const gchar * | ggit_tag_get_name () |
GgitSignature * | ggit_tag_get_tagger () |
const gchar * | ggit_tag_get_message () |
GgitObject * ggit_tag_get_target (GgitTag *tag
,GError **error
);
Gets the target GgitObject of tag
.
This method performs a repository lookup for the given object and returns it.
GgitOId *
ggit_tag_get_target_id (GgitTag *tag
);
Gets the target GgitOId of tag
.
GgitSignature *
ggit_tag_get_tagger (GgitTag *tag
);
Get the tagger (author) of tag
. The returned value must be free with
g_object_unref()
.