Method
EDataCalDataCalrespond_send_objects
since: 3.2
Declaration [src]
void
e_data_cal_respond_send_objects (
EDataCal* cal,
guint32 opid,
GError* error,
const GSList* users,
const gchar* calobj
)
Description [src]
Notifies listeners of the completion of the send_objects method call.
Available since: 3.2
Parameters
opid-
Type:
guint32Associated operation id.
error-
Type:
GErrorOperation 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. users-
Type: A list of
utf8List of users.
The data is owned by the caller of the method. Each element is a NUL terminated UTF-8 string. calobj-
Type:
const gchar*An iCalendar string representing the object sent.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.