Virtual Method

IdeCodeIndexEntriesget_next_entry

Declaration

IdeCodeIndexEntry*
get_next_entry (
  IdeCodeIndexEntries* self
)

Description

This will fetch next entry in index.

When all of the entries have been exhausted, NULL should be returned.

Return value

Type: IdeCodeIndexEntry

An IdeCodeIndexEntry.

The caller of the function takes ownership of the data, and is responsible for freeing it.
The return value can be NULL.