references_foreach_name


Description:

public bool references_foreach_name (ReferencesNameCallback callback) throws Error

Gathers reference names and run a callback for each one.

To the callback is passed the name of the reference and the data pointer passed to this function. If the callback returns something other than 0, the iteration will stop and throws will be set.

Parameters:

this

a Repository.

callback

a ReferencesNameCallback.

user_data

callback user data.

Returns:

true if there was no error, false otherwise