Method

CamelBlockFiletouch_block

Declaration [src]

void
camel_block_file_touch_block (
  CamelBlockFile* bs,
  CamelBlock* bl
)

Description [src]

Mark a block as dirty. The block will be written to disk if it ever expires from the cache.

Parameters

bl

Type: CamelBlock

A CamelBlock.

The data is owned by the caller of the method.