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: EVCardForeachFlags

A bit-or of EVCardForeachFlags.

func

Type: EVCardForeachFunc

An EVCardForeachFunc callback function.

user_data

Type: gpointer

User data passed to the func.

The argument can be NULL.
The data is owned by the caller of the method.