Method

EBackendCacheColumnValuesremove

since: 3.26

Declaration [src]

gboolean
e_cache_column_values_remove (
  ECacheColumnValues* other_columns,
  const gchar* name
)

Description [src]

Removes value for the column named name from other_columns.

Available since: 3.26

Parameters

name

Type: const gchar*

A column name.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.

Return value

Type: gboolean

Whether such column existed and had been removed.