Function

IdeFuzzyMutableIndexnew

Declaration

IdeFuzzyMutableIndex*
ide_fuzzy_mutable_index_new (
  gboolean case_sensitive
)

Description

Create a new Fuzzy for fuzzy matching strings.

Parameters

case_sensitive

Type: gboolean

TRUE if case should be preserved.

Return value

Type: IdeFuzzyMutableIndex

A newly allocated Fuzzy that should be freed with ide_fuzzy_mutable_index_unref().

The caller of the function takes ownership of the data, and is responsible for freeing it.