IdeCodeIndexEntries
IdeCodeIndexEntries
|
|
Object Hierarchy
GInterface
╰── IdeCodeIndexEntries
Prerequisites
IdeCodeIndexEntries requires
GObject.
Functions
ide_code_index_entries_get_next_entry ()
IdeCodeIndexEntry *
ide_code_index_entries_get_next_entry (IdeCodeIndexEntries *self);
This will fetch next entry in index.
When all of the entries have been exhausted, NULL should be returned.
Since: 3.26
Types and Values
IDE_TYPE_CODE_INDEX_ENTRIES
#define IDE_TYPE_CODE_INDEX_ENTRIES (ide_code_index_entries_get_type ())
struct IdeCodeIndexEntriesInterface
struct IdeCodeIndexEntriesInterface {
GTypeInterface parent_iface;
IdeCodeIndexEntry *(*get_next_entry) (IdeCodeIndexEntries *self);
};
IdeCodeIndexEntries
typedef struct _IdeCodeIndexEntries IdeCodeIndexEntries;