From 8b355664ab9cabed3c0dd1ec25dba20a8e2827a9 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Tue, 28 Mar 2000 05:32:40 +0000 Subject: implement function. (get_nth): implement function. (cursor_destroy): free * addressbook/backend/pas/pas-backend-file.c (get_length): implement function. (get_nth): implement function. (cursor_destroy): free up the internal glist of vcards, and fix warning. (pas_backend_file_build_all_cards_list): new function, to build up the list of cards in the db. (pas_backend_file_process_get_all_cards): call pas_backend_file_build_+all_cards_list, and fix warning. svn path=/trunk/; revision=2210 --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f4c9fdca8b..c1c14ab950 100644 --- a/ChangeLog +++ b/ChangeLog @@ -14,6 +14,14 @@ * addressbook/backend/pas/pas-backend-file.c (pas_backend_file_get_vcard): remove unneeded g_strdup; + (get_length): implement function. + (get_nth): implement function. + (cursor_destroy): free up the internal glist of vcards, and fix + warning. + (pas_backend_file_build_all_cards_list): new function, to build up + the list of cards in the db. + (pas_backend_file_process_get_all_cards): call + pas_backend_file_build_+all_cards_list, and fix warning. 2000-03-27 Christopher James Lahey -- cgit