Property
EBookBookClientCursor:position
since: 3.12
Description [src]
The current cursor position in the cursor’s result list.
More specifically, the cursor position is defined as the number of contacts leading up to the current cursor position, inclusive of the current cursor position.
If the position value is 0, then the cursor is positioned
before the contact list in the symbolic E_BOOK_CURSOR_ORIGIN_BEGIN
position. If the position value is greater than
EBookClientCursor:total, this indicates that the cursor is
positioned after the contact list in the symbolic
E_BOOK_CURSOR_ORIGIN_END position.
Property change notifications are guaranteed to be
delivered in the GMainContext which was the thread
default context at cursor creation time.
Type:gint
Available since: 3.12
| Default value | 0 |
| Getter method | e_book_client_cursor_get_position() |