Function
GgitConfigMatchCallback
Declaration
gint
ConfigMatchCallback (
GMatchInfo* match_info,
const gchar* value,
gpointer user_data
)
Description [src]
The type of the callback functions for retrieving values from a GgitConfig
using a regular expression. See ggit_config_match_foreach()
.