GNOME Bugzilla – Bug 347752
Add e_vcard_get_param()
Last modified: 2013-09-14 16:49:59 UTC
A small and very useful function to avoid having to do list manipulation so much.
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.
Obviously if this gets approved I'll add changelog and API docs.
this can be committed to head.
Committed, thanks.