Function

ICalGLibParameterkind_to_string

since: 1.0

Declaration [src]

const gchar*
i_cal_parameter_kind_to_string (
  ICalParameterKind kind
)

Description [src]

Converts the ICalParameter to the string representation.

Available since: 1.0

Parameters

kind

Type: ICalParameterKind

The ICalParameterKind to be converted.

Return value

Type: const gchar*

The string representation of kind.

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