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 value 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. |
|
The argument can be NULL . | |
The data is owned by the caller of the function. |