Function

Camelfile_util_encode_time_t

Declaration [src]

gint
camel_file_util_encode_time_t (
  FILE* out,
  time_t value
)

Description [src]

Encode a time_t value to the file.

Parameters

out

Type: FILE*

File to output to.

The argument can be NULL.
The data is owned by the caller of the function.
value

Type: time_t

Value to output.

Return value

Type: gint

0 on success, -1 on error.