Flags

Details

class EDataBook.BookCacheCursorStepFlags(value)

Bases: GLib.Flags

Defines the behaviour of EDataBook.BookCache.cursor_step().

New in version 3.26.

MOVE = 1

The cursor position should be modified while stepping.

FETCH = 2

Traversed contacts should be listed and returned while stepping.

class EDataBook.bSqlCursorStepFlags(value)

Bases: GLib.Flags

Defines the behaviour of e_book_sqlite_cursor_step().

New in version 3.12.

MOVE = 1

The cursor position should be modified while stepping

FETCH = 2

Traversed contacts should be listed and returned while stepping.