diff options
author | Chris Toshok <toshok@src.gnome.org> | 2000-03-28 13:32:40 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2000-03-28 13:32:40 +0800 |
commit | 8b355664ab9cabed3c0dd1ec25dba20a8e2827a9 (patch) | |
tree | 153aacad7222e1ae9fb6543c65686f0014fa0d8e /ChangeLog | |
parent | ea9b13f015089fdb90e1bc07e214bc80381fb08a (diff) | |
download | gsoc2013-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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> |