BookClientViewFlags
Description:
[ CCode ( cprefix = "E_BOOK_CLIENT_VIEW_FLAGS_" , type_id = "e_book_client_view_flags_get_type ()" ) ]
[ Flags ]
[ Version ( since = "3.4" ) ]
public enum BookClientViewFlags
Flags that control the behaviour of an EBookClientView
.
Content:
Enum values:
- MANUAL_QUERY - Rather than
receiving contact changes one-by-one, be notified only by "content-changed" signal and query contacts by ranges.
- NONE - Symbolic value for no flags
- NOTIFY_INITIAL - If this flag
is set then all contacts matching the view's query will be sent as notifications when starting the view, otherwise only future changes
will be reported.