git_config_next

Return the current entry and advance the iterator

The pointers returned by this function are valid until the iterator is freed.

extern (C) nothrow @nogc
int
git_config_next

Parameters

entry .git_config_entry**

pointer to store the entry

iter .git_config_iterator*

the iterator

Return Value

Type: int

0 or an error code. git_error_code.GIT_ITEROVER if the iteration has completed

Meta