Function
Idefuzzy_highlight
Declaration
char*
ide_fuzzy_highlight (
const char* str,
const char* query,
gboolean case_sensitive
)
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.