ConfigCallback
Description:
[
CCode ( instance_pos =
1.9 ) ]
public delegate int ConfigCallback (
ConfigEntry entry)
The type of the callback functions for retrieving values from a Config.
See @foreach.
Parameters:
| entry |
a ConfigEntry.
|
| user_data |
user-supplied data.
|
Returns:
|
0 to go for the next config value or a Error in case there was an error.
|