GNOME Bugzilla – Bug 347899
Add more mutators to EVCard
Last modified: 2013-09-14 16:49:53 UTC
As the GLists holding the value lists are private in EVCard, writing code to manipulate EVCards intensively is quite an exercise in futility. Attaching a patch to add methods to remove values from various parts of the EVCard structure.
Created attachment 69102 [details] [review] Patch This patch is well-tested, as it's in heavy use on the Nokia 770.
looks good, can be committed, but i dont see the need to use 'goto' here. instead of g_ascii_strcasecmp () goto why dont g_ascii_strcasecmp () remove the value here only;
Removed the use of goto and committed to HEAD, thanks.