Function
Camelfile_util_decode_fixed_string
Declaration [src]
gint
camel_file_util_decode_fixed_string (
FILE* in,
gchar** str,
gsize len
)
Parameters
in-
Type:
FILE*File to read from.
The argument can be NULL.The data is owned by the caller of the function. str-
Type:
gchar**Pointer to a variable to store the value in.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. len-
Type:
gsizeTotal-len to decode.