get_index_labels
Description:
[ CCode ( array_length = false , array_null_terminated = true ) ]
public unowned string[] get_index_labels (out int n_labels, out int underflow, out int inflow, out int overflow)
public unowned string[] get_index_labels (out int n_labels, out int underflow, out int inflow, out int overflow)
Fetches the displayable labels and index positions for the active alphabet.
Parameters:
this |
An Collator |
n_labels |
The number of labels/indexes available for this |
underflow |
The underflow index, for any words which sort below the active alphabet(s) |
inflow |
The inflow index, for any words which sort between the active alphabets (if there is more than one) |
overflow |
The overflow index, for any words which sort above the active alphabet(s) |
Returns:
The array of displayable labels for each index in the active alphabet(s). |