Function
EBookContactsVCardForeachFunc
unstable since: 3.60
Declaration
gboolean
(* EVCardForeachFunc) (
EVCard* vcard,
EVCardAttribute* attr,
gpointer user_data
)
Description [src]
A callback prototype for e_vcard_foreach() and e_vcard_foreach_remove().
Available since: 3.60
Parameters
vcard-
Type:
EVCardAn
EVCard.The data is owned by the caller of the function. attr-
Type:
EVCardAttributeAn
EVCardAttribute.The data is owned by the caller of the function. user_data-
Type:
gpointerCallback user data.
The argument can be NULL.The data is owned by the caller of the function.