Function

ICalGLibPropertyclassenum_to_string

unstable since: 4.0

Declaration [src]

const gchar*
i_cal_property_classenum_to_string (
  ICalPropertyClassenum value
)

Description [src]

Converts the ICalPropertyClassenum to string.

Available since: 4.0

Parameters

value

Type: ICalPropertyClassenum

The ICalPropertyClassenum.

Return value

Type: const gchar*

The string representation of ICalPropertyClassenum.

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