Function
GtkSourceCompletionfuzzy_highlight
Declaration
PangoAttrList*
gtk_source_completion_fuzzy_highlight (
const char* haystack,
const char* casefold_query
)
Parameters
haystack |
const char* |
The string to be highlighted. |
|
The data is owned by the caller of the function. | |
The string is a NUL terminated UTF-8 string. | |
casefold_query |
const char* |
The typed-text used to highlight |
|
The data is owned by the caller of the function. | |
The string is a NUL terminated UTF-8 string. |