Function

Idefuzzy_highlight

Declaration

char*
ide_fuzzy_highlight (
  const char* str,
  const char* query,
  gboolean case_sensitive
)

Description

No description available.

Parameters

str

Type: const char*

No description available.

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

Type: const char*

No description available.

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

Type: gboolean

No description available.

Return value

Type: char*

No description available.

The caller of the function takes ownership of the data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.