Method
EBookContactsVCardforeach_remove
unstable since: 3.60
Declaration [src]
guint
e_vcard_foreach_remove (
EVCard* self,
EVCardForeachFunc func,
gpointer user_data
)
Parameters
func-
Type:
EVCardForeachFuncAn
EVCardForeachFunccallback function. user_data-
Type:
gpointerUser data passed to the
func.The argument can be NULL.The data is owned by the caller of the method.