[ CCode ( has_target = false ) ]
[ Version ( since = "3.12" ) ]
public delegate bool DataBookCursorSetAlphabetIndexFunc (DataBookCursor cursor, int index, string locale) throws Error
Method type for EDataBookCursorClass.set_alphabetic_index
Sets the cursor state to point to an <link linkend="cursor-alphabet">index into the active alphabet</link>.
The implementing class must check that locale matches the current locale setting of the underlying database and report an
e_client_error_out_of_sync error in the case that the locales do not match.
| cursor | |
| index |
the alphabetic index |
| locale |
the locale in which |
|
true on Success, otherwise false is returned if any error occurred and throws is set to reflect the error which occurred. |