Enumeration
EBookContactsVCardForeachFlags
unstable since: 3.60
Description [src]
Behavior flags for the e_vcard_foreach().
When the E_VCARD_FOREACH_FLAG_WILL_MODIFY is set, it’s expected the callback
will modify the list of the attributes in the EVCard, thus the walk-through is done
on a copy of the list of the attributes. The attributes cannot be removed in
the callback though, use e_vcard_foreach_remove() for that instead.
Without the E_VCARD_FOREACH_FLAG_WILL_MODIFY flag the callback promises it’ll
not modify the list of the attributes in the vCard.
Available since: 3.60