SubmoduleCallback


Description:

[ CCode ( instance_pos = 2.9 ) ]
public delegate int SubmoduleCallback (Submodule submodule, string name)

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

See submodule_foreach.

Parameters:

submodule

a Submodule.

name

the name of the submodule.

user_data

user-supplied data.

Returns:

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


Namespace: Ggit