After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 347752 - Add e_vcard_get_param()
Add e_vcard_get_param()
Status: RESOLVED FIXED
Product: evolution-data-server
Classification: Platform
Component: Contacts
1.8.x (obsolete)
Other Linux
: Normal normal
: ---
Assigned To: evolution-addressbook-maintainers
Evolution QA team
Depends on:
Blocks: 313533
 
 
Reported: 2006-07-17 10:08 UTC by Ross Burton
Modified: 2013-09-14 16:49 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add e_vcard_get_param() (1.64 KB, patch)
2006-07-17 10:08 UTC, Ross Burton
accepted-commit_now Details | Review

Description Ross Burton 2006-07-17 10:08:05 UTC
A small and very useful function to avoid having to do list manipulation so much.
Comment 1 Ross Burton 2006-07-17 10:08:56 UTC
Created attachment 69029 [details] [review]
Add e_vcard_get_param()

This patch adds GList *e_vcard_get_param(EVcard *vcard, const char *name).

This avoids the need for users to iterate every parameter themselves.
Comment 2 Ross Burton 2006-07-17 10:10:56 UTC
Obviously if this gets approved I'll add changelog and API docs.
Comment 3 Devashish Sharma 2006-07-17 10:24:28 UTC
this can be committed to head.
Comment 4 Ross Burton 2006-07-17 11:58:29 UTC
Committed, thanks.