diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-10-19 05:13:05 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-10-19 05:13:05 +0800 |
commit | 8589cb087050e616facdba00e79479868b08c07f (patch) | |
tree | 9d6416306b5566e350ab0ed42e5ee82839e0a278 /addressbook/backend/ebook/e-card.h | |
parent | 5f5b342dbd14a76290ef758292eee40e3df6d2ee (diff) | |
download | gsoc2013-evolution-8589cb087050e616facdba00e79479868b08c07f.tar.gz gsoc2013-evolution-8589cb087050e616facdba00e79479868b08c07f.tar.zst gsoc2013-evolution-8589cb087050e616facdba00e79479868b08c07f.zip |
Made this take a const GList.
2001-10-18 Christopher James Lahey <clahey@ximian.com>
* backend/ebook/e-card.c, backend/ebook/e-card.h
(e_card_list_get_vcard): Made this take a const GList.
svn path=/trunk/; revision=13773
Diffstat (limited to 'addressbook/backend/ebook/e-card.h')
-rw-r--r-- | addressbook/backend/ebook/e-card.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/backend/ebook/e-card.h b/addressbook/backend/ebook/e-card.h index 242c9738b7..3fa6ca2700 100644 --- a/addressbook/backend/ebook/e-card.h +++ b/addressbook/backend/ebook/e-card.h @@ -129,7 +129,7 @@ void e_card_set_book (ECard struct _EBook *book); char *e_card_get_vcard (ECard *card); char *e_card_get_vcard_assume_utf8 (ECard *card); -char *e_card_list_get_vcard (GList *list); +char *e_card_list_get_vcard (const GList *list); ECard *e_card_duplicate (ECard *card); float e_card_get_use_score (ECard *card); void e_card_touch (ECard *card); |