Method
GgitConfigforeach
Declaration [src]
gboolean
ggit_config_foreach (
GgitConfig* config,
GgitConfigCallback callback,
gpointer user_data,
GError** error
)
Parameters
callback |
GgitConfigCallback |
A |
|
user_data |
gpointer |
The user data for |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
error |
GError ** |
The return location for a GError* , or NULL . |