From 03de91fc551154b1db685c19faa4c051278d17e1 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Thu, 13 Apr 2000 07:03:15 +0000 Subject: new function that polls ldap for more search responses. * addressbook/backend/pas/pas-backend-ldap.c (poll_ldap): new function that polls ldap for more search responses. (pas_backend_ldap_search): use the async search interface and register an idle call to poll for the responses. svn path=/trunk/; revision=2414 --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 01d650b173..2d2de2df2f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2000-04-13 Chris Toshok + + * addressbook/backend/pas/pas-backend-ldap.c (poll_ldap): new + function that polls ldap for more search responses. + (pas_backend_ldap_search): use the async search interface and + register an idle call to poll for the responses. + 2000-04-12 Chris Toshok * addressbook/backend/pas/pas-backend-file.c (entry_compare): -- cgit