Method
ECalComponentAlarmtake_description
since: 3.34
Declaration [src]
void
e_cal_component_alarm_take_description (
ECalComponentAlarm* alarm,
ECalComponentText* description
)
Description [src]
Set the alarm description, as an ECalComponentText, and assumes
ownership of the description.
Available since: 3.34
This method is not directly available to language bindings.
Parameters
description-
Type:
ECalComponentTextA description to set, or
NULLto unset.The argument can be NULL.The instance takes ownership of the data, and is responsible for freeing it.