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: gint

The alphabetic index.

cancellable

Type: GCancellable

A GCancellable to optionally cancel this operation while in progress.

The argument can be NULL.
The data is owned by the caller of the method.
callback

Type: GAsyncReadyCallback

Callback to call when a result is ready.

The argument can be NULL.
user_data

Type: gpointer

User data for the callback.

The argument can be NULL.
The data is owned by the caller of the method.