Method

EBackendCacheColumnValuesput

since: 3.26

Declaration [src]

void
e_cache_column_values_put (
  ECacheColumnValues* other_columns,
  const gchar* name,
  const gchar* value
)

Description [src]

Puts the value for column name. If contains a value for the same column, then it is replaced. This creates a copy of both name and value.

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.
value

Type: const gchar*

A column value.

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