alphabet


Description:

[ CCode ( array_length = false , array_null_terminated = true ) ]
[ NoAccessorMethod ]
public string[] alphabet { owned get; }

The currently active alphabet.

The value is a null terminated array of strings, each string is suitable to display a specific letter in the active alphabet.

Indexes from this array can later be used with set_alphabetic_index.

This property will automatically change if the active locale of the addressbook server changes.

Property change notifications are guaranteed to be delivered in the MainContext which was the thread default context at cursor creation time.