Method

ICalGLibComponentget_x_name

unstable since: 4.0

Declaration [src]

const gchar*
i_cal_component_get_x_name (
  const ICalComponent* component
)

Description [src]

Returns the X (custom) name of the component as string, or NULL.

Available since: 4.0

Return value

Type: const gchar*

X (custom) name of the component, or NULL, when it’s not a X component.

The caller of the method takes ownership of the data, and is responsible for freeing it.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.