Struct
IdeFuzzyMutableIndex
Instance methods
ide_fuzzy_mutable_index_begin_bulk_insert
Start a bulk insertion. fuzzy
is not ready for searching until
ide_fuzzy_mutable_index_end_bulk_insert()
has been called.
ide_fuzzy_mutable_index_match
IdeFuzzyMutableIndex searches within fuzzy
for strings that fuzzy match needle
.
Only up to max_matches
will be returned.
ide_fuzzy_mutable_index_unref
Decrements the reference count of fuzzy by one. When the reference count reaches zero, the structure will be freed.