![]() |
![]() |
![]() |
libgit2-glib Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy |
GgitTag; struct GgitTagClass; GgitObject * ggit_tag_get_target (GgitTag *tag
,GError **error
); GgitOId * ggit_tag_get_target_id (GgitTag *tag
); const gchar * ggit_tag_get_name (GgitTag *tag
); GgitSignature * ggit_tag_get_tagger (GgitTag *tag
); const gchar * ggit_tag_get_message (GgitTag *tag
);
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.
|
a GgitTag. |
|
a GError for error reporting, or NULL . |
Returns : |
the target GgitObject of the tag. [transfer full] |
GgitOId * ggit_tag_get_target_id (GgitTag *tag
);
Gets the target GgitOId of tag
.
const gchar * ggit_tag_get_name (GgitTag *tag
);
Gets the name of tag
.
|
a GgitTag. |
Returns : |
the name of the tag. |
GgitSignature * ggit_tag_get_tagger (GgitTag *tag
);
Get the tagger (author) of tag
. The returned value must be free with
g_object_unref()
.
|
a GgitTag. |
Returns : |
the tagger (author) of the tag. [transfer full] |