Method

EDataCalDataCalViewnotify_components_added

since: 3.4

Declaration [src]

void
e_data_cal_view_notify_components_added (
  EDataCalView* view,
  const GSList* ecalcomponents
)

Description [src]

Notifies all view listeners of the addition of a list of components.

Uses the EDataCalViews fields-of-interest to filter out unwanted information from iCalendar strings sent over the bus.

Available since: 3.4

Parameters

ecalcomponents

Type: A list of None

List of ECalComponent-s that have been added.

The data is owned by the caller of the method.