Method

ECalComponentIdget_uid

since: 3.34

Declaration [src]

const gchar*
e_cal_component_id_get_uid (
  const ECalComponentId* id
)

Description

No description available.

Available since: 3.34

Return value

Type: const gchar*

The UID part of the id. The returned string is owned by id and it’s valid until it’s changed with e_cal_component_id_set_uid() or until the id is freed.

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