Method
EBookContactsVCardforeach
unstable since: 3.60
Declaration [src]
void
e_vcard_foreach (
EVCard* self,
EVCardForeachFlags flags,
EVCardForeachFunc func,
gpointer user_data
)
Description [src]
Calls func for each attribute in the self. The func returns TRUE to
continue the walk-through, or FALSE to stop.
Available since: 3.60
Parameters
flags-
Type:
EVCardForeachFlagsA bit-or of
EVCardForeachFlags. 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.