Method
EDataBookDataBookViewWatcherCachedup_contacts
since: 3.50
Declaration [src]
GPtrArray*
e_data_book_view_watcher_cache_dup_contacts (
EDataBookViewWatcherCache* self,
guint range_start,
guint range_length
)
Description [src]
Retrieves contacts in the given range. Returns NULL when the range_start
is out of bounds. The function can return less than range_length contacts.
The returned array should be freed with g_ptr_array_unref(), when no longer needed.
Available since: 3.50