aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChris Toshok <toshok@src.gnome.org>2000-03-28 13:32:40 +0800
committerChris Toshok <toshok@src.gnome.org>2000-03-28 13:32:40 +0800
commit8b355664ab9cabed3c0dd1ec25dba20a8e2827a9 (patch)
tree153aacad7222e1ae9fb6543c65686f0014fa0d8e /ChangeLog
parentea9b13f015089fdb90e1bc07e214bc80381fb08a (diff)
downloadgsoc2013-evolution-8b355664ab9cabed3c0dd1ec25dba20a8e2827a9.tar
gsoc2013-evolution-8b355664ab9cabed3c0dd1ec25dba20a8e2827a9.tar.gz
gsoc2013-evolution-8b355664ab9cabed3c0dd1ec25dba20a8e2827a9.tar.bz2
gsoc2013-evolution-8b355664ab9cabed3c0dd1ec25dba20a8e2827a9.tar.lz
gsoc2013-evolution-8b355664ab9cabed3c0dd1ec25dba20a8e2827a9.tar.xz
gsoc2013-evolution-8b355664ab9cabed3c0dd1ec25dba20a8e2827a9.tar.zst
gsoc2013-evolution-8b355664ab9cabed3c0dd1ec25dba20a8e2827a9.zip
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
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
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 <clahey@helixcode.com>