Function

Camelfile_util_encode_uint32

Declaration [src]

gint
camel_file_util_encode_uint32 (
  FILE* out,
  guint32 value
)

Description [src]

Utility function to save an uint32 to a 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: guint32

Value to output.

Return value

Type: gint

0 on success, -1 on error.