Struct
EBookContactsBookClientViewSortFields
since: 3.50
Description [src]
struct EBookClientViewSortFields {
EContactField field;
EBookCursorSortType sort_type;
}
This is a structure describing sort settings in the view. See e_book_client_view_set_sort_fields_sync() for more information.
Structure members
field:EContactFieldAn
EContactFieldto sort by.sort_type:EBookCursorSortTypeAn
EBookCursorSortType.
Available since: 3.50
Instance methods
e_book_client_view_sort_fields_copy
Creates a copy of the src. If the %src is NULL, the NULL is returned.
Both the src and the returned array is terminated by an item, which has
the field member set to E_CONTACT_FIELD_LAST.
since: 3.50
e_book_client_view_sort_fields_free
Frees the fields array with each member. The array should be terminated
by an item with field member set to E_CONTACT_FIELD_LAST.