Method

ICalGLibTimezoneget_display_name

since: 1.0

Declaration [src]

const gchar*
i_cal_timezone_get_display_name (
  const ICalTimezone* zone
)

Description [src]

Gets the display name of the zone.

Available since: 1.0

Parameters

zone

Type: ICalTimezone

The ICalTimezone to be queried.

The argument can be NULL.

Return value

Type: const gchar*

The display name of zone.

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