Function
Camelfile_util_encode_fixed_string
Declaration [src]
gint
camel_file_util_encode_fixed_string (
FILE* out,
const gchar* str,
gsize len
)
Description [src]
Encode a normal string and save it in the output file. Unlike camel_file_util_encode_string, it pads the
str with “NULL” bytes, if len is > strlen(str).