[ CCode ( instance_pos = 1.9 ) ]
public delegate string CollatorFunc (string input)
A collator takes an input string, most often a term produced from a Analyzer, and outputs a collation key.
input |
The string to produce a collation key for |
data |
User data set when registering the collator |
The collation key. Free with g_free when done using it. |