[ CCode ( has_target = false ) ]
public delegate int CompletionStrncmpFunc (string s1, string s2, size_t n)
Specifies the type of the function passed to g_completion_set_compare.
Rarely used API
This is used when you use strings as Completion items.
| s1 |
string to compare with |
| s2 |
string to compare with |
| n |
maximal number of bytes to compare. |
|
an integer less than, equal to, or greater than zero if the first |