Function

ECalClienterror_to_string

since: 3.2

Declaration [src]

const gchar*
e_cal_client_error_to_string (
  ECalClientError code
)

Description [src]

Get localized human readable description of the given error code.

Available since: 3.2

Parameters

code

Type: ECalClientError

An ECalClientError error code.

Return value

Type: const gchar*

Localized human readable description of the given error code.

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