Method

EDataCalDataCalrespond_create_objects

since: 3.6

Declaration [src]

void
e_data_cal_respond_create_objects (
  EDataCal* cal,
  guint32 opid,
  GError* error,
  const GSList* uids,
  GSList* new_components
)

Description [src]

Notifies listeners of the completion of the create_objects method call.

Available since: 3.6

Parameters

opid

Type: guint32

Associated operation id.

error

Type: GError

Operation error, if any, automatically freed if passed it.

The argument can be NULL.
The instance takes ownership of the data, and is responsible for freeing it.
uids

Type: A list of utf8

UIDs of the objects created.

The data is owned by the caller of the method.
Each element is a NUL terminated UTF-8 string.
new_components

Type: A list of None

The newly created ECalComponent objects.

The data is owned by the caller of the method.