tag_foreach
Description:
Get all the tags in the repository and run the provided callback on each.
If the callback returns something other than 0, the iteration will stop and throws will be set.
Parameters:
this |
a Repository. |
callback |
a TagCallback. |
user_data |
callback user data. |
Returns:
true if there was no error, false otherwise |