Sets our main struct and passes it to the parent class.
Create a new #Fuzzy for fuzzy matching strings.
A destructor is present on this object, but not explicitly documented in the source.
Start a bulk insertion. @fuzzy is not ready for searching until dzl_fuzzy_mutable_index_end_bulk_insert() has been called.
Complete a bulk insert and resort the index.
Get the main Gtk struct
the main Gtk struct as a void*
Inserts a string into the fuzzy matcher.
DzlFuzzyMutableIndex searches within @fuzzy for strings that fuzzy match @needle. Only up to @max_matches will be returned.
Decrements the reference count of fuzzy by one. When the reference count reaches zero, the structure will be freed.
the main Gtk struct