CollatorFunc


Description:

[ 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.

Parameters:

input

The string to produce a collation key for

data

User data set when registering the collator

Returns:

The collation key. Free with g_free when done using it.


Namespace: Dee
Package: dee-1.0