Struct

IdeFuzzyMutableIndex

Description

struct IdeFuzzyMutableIndex {
  /* No available fields */
}
No description available.

Constructors

ide_fuzzy_mutable_index_new

Create a new Fuzzy for fuzzy matching strings.

ide_fuzzy_mutable_index_new_with_free_func
No description available.

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_contains
No description available.

ide_fuzzy_mutable_index_end_bulk_insert

Complete a bulk insert and resort the index.

ide_fuzzy_mutable_index_insert

Inserts a string into the fuzzy matcher.

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_ref
No description available.

ide_fuzzy_mutable_index_remove
No description available.

ide_fuzzy_mutable_index_set_free_func
No description available.

ide_fuzzy_mutable_index_unref

Decrements the reference count of fuzzy by one. When the reference count reaches zero, the structure will be freed.