StatusCallback


Description:

[ CCode ( instance_pos = 2.9 ) ]
public delegate int StatusCallback (string path, StatusFlags status_flags)

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

See file_status_foreach.

Parameters:

path

the file to retrieve status for, rooted at the repository working dir.

status_flags

the status value.

user_data

user-supplied data.

Returns:

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


Namespace: Ggit