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 EDataCalView‘s fields-of-interest to filter out unwanted
information from ical strings sent over the bus.
Available since: 3.4
Parameters
old_component-
Type:
ECalComponentThe
ECalComponentbefore the modification.The data is owned by the caller of the method. new_component-
Type:
ECalComponentThe
ECalComponentafter the modification.The data is owned by the caller of the method.