Method

GomCursorrewind

Declaration

DexFuture*
gom_cursor_rewind (
  GomCursor* self
)

Description

Rewind the cursor to the beginning.

This will reject if gom_cursor_get_capabilities() does not support rewinding the cursor.

Return value

Type: DexFuture

A DexFuture that resolves once the cursor has been rewound or rejects with error.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.