Method

ICalGLibComponentget_uid

since: 1.0

Declaration [src]

const gchar*
i_cal_component_get_uid (
  ICalComponent* comp
)

Description [src]

Gets the uid of the ICalComponent.

Available since: 1.0

Return value

Type: const gchar*

The uid of comp.

The data is owned by the instance.
The value is a NUL terminated UTF-8 string.