Method
EBookBookClientCursorset_alphabetic_index
since: 3.12
Declaration [src]
void
e_book_client_cursor_set_alphabetic_index (
EBookClientCursor* cursor,
gint index,
GCancellable* cancellable,
GAsyncReadyCallback callback,
gpointer user_data
)
Description [src]
Sets the current cursor position to point to an Alphabetic Index.
See: e_book_client_cursor_set_alphabetic_index_sync().
This asynchronous call is completed with a call to
e_book_client_cursor_set_alphabetic_index_finish() from the specified callback.
Available since: 3.12
This method completes asynchronously. Use e_book_client_cursor_set_alphabetic_index_finish() inside the GAsyncReadyCallback to obtain the result of the operation.
Parameters
index-
Type:
gintThe alphabetic index.
cancellable-
Type:
GCancellableA
GCancellableto optionally cancel this operation while in progress.The argument can be NULL.The data is owned by the caller of the method. callback-
Type:
GAsyncReadyCallbackCallback to call when a result is ready.
The argument can be NULL. user_data-
Type:
gpointerUser data for the
callback.The argument can be NULL.The data is owned by the caller of the method.