Method
EBookBookClientCursorstep
since: 3.12
Declaration [src]
void
e_book_client_cursor_step (
EBookClientCursor* cursor,
EBookCursorStepFlags flags,
EBookCursorOrigin origin,
gint count,
GCancellable* cancellable,
GAsyncReadyCallback callback,
gpointer user_data
)
Description [src]
Steps the cursor through the results by
a maximum of count and fetch the results traversed.
See: e_book_client_cursor_step_sync().
This asynchronous call is completed with a call to
e_book_client_cursor_step_finish() from the specified callback.
Available since: 3.12
This method completes asynchronously. Use e_book_client_cursor_step_finish() inside the GAsyncReadyCallback to obtain the result of the operation.
Parameters
flags-
Type:
EBookCursorStepFlagsThe
EBookCursorStepFlagsfor this step. origin-
Type:
EBookCursorOriginThe
EBookCursorOriginfrom whence to step. count-
Type:
gintA positive or negative amount of contacts to try and fetch.
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.