ReferencesCallback


Description:

[ CCode ( instance_pos = 1.9 ) ]
public delegate int ReferencesCallback (owned Ref reference)

The type of the callback functions for retrieving the references in a Repository .

See references_foreach.

Parameters:

reference

the reference.

user_data

user-supplied data.

Returns:

0 to go for the next references or a Error in case there was an error.


Namespace: Ggit