Method

CamelUIDCachesave_uid

Declaration [src]

void
camel_uid_cache_save_uid (
  CamelUIDCache* cache,
  const gchar* uid
)

Description [src]

Marks a uid for saving.

Parameters

uid

Type: const gchar*

A uid to save.

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