respond_modify_objects
Description:
[
Version ( since =
"3.6" ) ]
public void respond_modify_objects (
uint32 opid,
owned Error? error,
SList<
Component> old_components,
SList<
Component> new_components)
Notifies listeners of the completion of the modify_objects method call.
Parameters:
| this |
A calendar client interface.
|
| opid |
associated operation id
|
| error |
Operation error, if any, automatically freed if passed it.
|
| old_components |
The old Component(s).
|
| new_components |
The new Component(s).
|