Method

ECalComponentDateTimefree

since: 3.34

Declaration [src]

void
e_cal_component_datetime_free (
  ECalComponentDateTime* dt
)

Description [src]

Free dt, previously created by e_cal_component_datetime_new(), e_cal_component_datetime_new_take() or e_cal_component_datetime_copy(). The function does nothing, if dt is NULL.

Available since: 3.34

This method is not directly available to language bindings.

Parameters

dt

Type: ECalComponentDateTime

An ECalComponentDateTime to free.

The argument can be NULL.