Method

EDataCalCalBackendnotify_component_modified

since: 3.4

Declaration [src]

void
e_cal_backend_notify_component_modified (
  ECalBackend* backend,
  ECalComponent* old_component,
  ECalComponent* new_component
)

Description [src]

Notifies each of the backend’s listeners about a modified object.

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

Available since: 3.4

Parameters

old_component

Type: ECalComponent

The ECalComponent before the modification.

The data is owned by the caller of the method.
new_component

Type: ECalComponent

The ECalComponent after the modification.

The data is owned by the caller of the method.