git_config_iterator.next

Return the current entry and advance the iterator. The memory belongs to the library.

struct git_config_iterator
int function(libgit2_d.config.git_config_entry** entry, .git_config_iterator* iter) next;

Meta