Function
GgitTagCallback
Description [src]
When iterating over all the tags, callback that will be
issued per entry. See ggit_repository_tag_foreach()
.
Parameters
name |
const gchar* |
The tag name. |
|
The data is owned by the caller of the function. | |
The string is a NUL terminated UTF-8 string. | |
tag_oid |
GgitOId |
The tag oid. |
|
The data is owned by the caller of the function. | |
user_data |
gpointer |
User-suplied data. |