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: ECalComponentText

A description to set, or NULL to unset.

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