Method
EDataBookDataBookViewdup_contacts
since: 3.50
Declaration [src]
GPtrArray*
e_data_book_view_dup_contacts (
EDataBookView* self,
guint range_start,
guint range_length
)
Description [src]
Reads range_length contacts from index range_start.
When there are asked more than e_data_book_view_get_n_total()
contacts only those up to the total number of contacts are read.
Free the returned GPtrArray with g_ptr_array_unref(),
when no longer needed.
Note: This function can be used only with E_BOOK_CLIENT_VIEW_FLAGS_MANUAL_QUERY.
Available since: 3.50