Function

Camelfile_util_decode_gint64

since: 3.50

Declaration [src]

gint
camel_file_util_decode_gint64 (
  FILE* in,
  gint64* dest
)

Description [src]

Decode a gint64 type.

Available since: 3.50

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: gint64*

Pointer to a variable to put the value in.

The data is owned by the caller of the function.

Return value

Type: gint

0 on success, -1 on failure.