Function

ICalGLibVcardComponentkind_to_string

unstable since: 4.0

Declaration [src]

const gchar*
i_cal_vcard_component_kind_to_string (
  ICalVcardComponentKind kind
)

Description [src]

Converts an ICalVcardComponentKind to a string.

Available since: 4.0

Parameters

kind

Type: ICalVcardComponentKind

An ICalVcardComponentKind.

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.