Struct
ECalReminderData
since: 3.30
Description [src]
struct EReminderData {
/* No available fields */
}
Contains data related to single reminder occurrence.
Available since: 3.30
Instance methods
e_reminder_data_copy
Copies given EReminderData structure. When the rd is NULL, simply returns NULL as well.
since: 3.30
e_reminder_data_free
Frees previously allocated EReminderData structure with e_reminder_data_new()
or e_reminder_data_copy(). The function does nothing when rd is NULL.
since: 3.30
e_reminder_data_set_component
Set an ECalComponent component as associated with this rd. The rd creates a copy of the component.
since: 3.34
e_reminder_data_set_instance
Set an ECalComponentAlarmInstance instance as associated with this rd. The rd creates a copy of the instance.
since: 3.34