KeyFile.saveToFile

Writes the contents of @key_file to @filename using g_file_set_contents().

This function can fail for any of the reasons that g_file_set_contents() may fail.

class KeyFile
bool
saveToFile
(
string filename
)

Parameters

filename string

the name of the file to write to

Return Value

Type: bool

%TRUE if successful, else %FALSE with @error set

Throws

GException on failure.

Meta

Since

2.40