Function

ECalutil_component_is_instance

Declaration [src]

gboolean
e_cal_util_component_is_instance (
  ICalComponent* icalcomp
)

Description [src]

Checks whether an ICalComponent is an instance of a recurring appointment.

Parameters

icalcomp

Type: None

An ICalComponent.

The data is owned by the caller of the function.

Return value

Type: gboolean

TRUE if it is an instance, FALSE if not.