Function

Camelfile_util_decode_gsize

Declaration [src]

gint
camel_file_util_decode_gsize (
  FILE* in,
  gsize* dest
)

Description [src]

Decode an gsize type.

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

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.