Function

Camelfile_util_decode_time_t

Declaration [src]

gint
camel_file_util_decode_time_t (
  FILE* in,
  time_t* dest
)

Description [src]

Decode a time_t value.

Parameters

in

Type: FILE*

File to read from.

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

Type: time_t*

Pointer to a variable to store the value in.

The data is owned by the caller of the function.

Return value

Type: gint

0 on success, -1 on error.