Method

IdeFuzzyMutableIndexinsert

Declaration

void
ide_fuzzy_mutable_index_insert (
  IdeFuzzyMutableIndex* fuzzy,
  const char* key,
  gpointer value
)

Description

Inserts a string into the fuzzy matcher.

Parameters

key

Type: const char*

A UTF-8 encoded string.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.
value

Type: gpointer

A value to associate with key.

The argument can be NULL.
The data is owned by the caller of the method.