Method

CamelStoreDBFolderRecordclear

unstable since: 3.58

Declaration [src]

void
camel_store_db_folder_record_clear (
  CamelStoreDBFolderRecord* self
)

Description [src]

Frees dynamically allocated data in the self, but not the self itself, and sets all members to zeros or equivalent. Does nothing when self is NULL. It can be called on the structure passed to the camel_store_db_read_folder().

Available since: 3.58

Parameters

self

Type: CamelStoreDBFolderRecord

A CamelStoreDBFolderRecord.

The argument can be NULL.