Method
GgitConfigmatch_foreach
Declaration [src]
gboolean
ggit_config_match_foreach (
GgitConfig* config,
GRegex* regex,
GgitConfigMatchCallback callback,
gpointer user_data,
GError** error
)
Parameters
regex |
GRegex |
A |
|
The data is owned by the caller of the function. | |
callback |
GgitConfigMatchCallback |
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 . |