write_to_file


Description:

public static bool write_to_file (Engine engine, string file_name, ConfigRec data, bool binary)

Writes some XKB configuration into XKM/XKB/... file

Parameters:

engine

the engine

file_name

name of the file to create

data

valid XKB configuration description. Can be NULL

binary

flag indicating whether the output file should be binary

Returns:

TRUE on success