Function

Camelfile_util_encode_fixed_int32

Declaration [src]

gint
camel_file_util_encode_fixed_int32 (
  FILE* out,
  gint32 value
)

Description [src]

Encode a gint32, performing no compression, but converting to network order.

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: gint32

Value to output.

Return value

Type: gint

0 on success, -1 on error.