Method
CamelKeyFilewrite
Declaration [src]
gint
camel_key_file_write (
CamelKeyFile* kf,
camel_block_t* parent,
gsize len,
camel_key_t* records
)
Parameters
parent-
Type:
camel_block_tA #camel_block_t.
The data is owned by the caller of the method. len-
Type:
gsizeHow many
recordsto write. records-
Type: An array of
camel_key_tAn array of #camel_key_t to write.
The length of the array is specified in the lenargument.The data is owned by the caller of the method.