Method

ICalGLibValueget_text

since: 1.0

Declaration [src]

const gchar*
i_cal_value_get_text (
  ICalValue* value
)

Description [src]

Gets the text of ICalValue.

Available since: 1.0

Return value

Type: const gchar*

The text within ICalValue.

The data is owned by the instance.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.