From 8f6536de284ed25c263ac7ac2a4b1c840e71da7f Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Tue, 6 Aug 2002 14:09:18 +0000 Subject: new function. (query_backend_get_uids): new function. (query_backend_new): 2002-08-05 Rodrigo Moya * pcs/query-backend.[ch] (query_backend_get_object_component): new function. (query_backend_get_uids): new function. (query_backend_new): create the static GHashTable if it hasn't been created yet. (query_backend_destroy): destroy the static GHashTable if empty. (foreach_uid_cb): call object_updated_cb, which does everything. * pcs/query.c: make use of the new QueryBackend class. (query_init): initialize new private structure member. (query_destroy): clean up new member, without freeing it, since it is managed internally in query-backend.c. (query_construct): create a QueryBackend for the query. svn path=/trunk/; revision=17713 --- calendar/ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 470536bd62..706e698106 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,19 @@ +2002-08-05 Rodrigo Moya + + * pcs/query-backend.[ch] (query_backend_get_object_component): new + function. + (query_backend_get_uids): new function. + (query_backend_new): create the static GHashTable if it hasn't been + created yet. + (query_backend_destroy): destroy the static GHashTable if empty. + (foreach_uid_cb): call object_updated_cb, which does everything. + + * pcs/query.c: make use of the new QueryBackend class. + (query_init): initialize new private structure member. + (query_destroy): clean up new member, without freeing it, since it is + managed internally in query-backend.c. + (query_construct): create a QueryBackend for the query. + 2002-08-04 Rodrigo Moya Fixes the crash in #19159 -- cgit