Virtual Method

CamelIndexdelete_name

Declaration [src]

void
delete_name (
  CamelIndex* index,
  const gchar* name
)

Description [src]

Deletes the given name from index.

Parameters

name

Type: const gchar*

A name to delete.

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