BookmarkFile.toFile

This function outputs bookmark into a file. The write process is guaranteed to be atomic by using g_file_set_contents() internally. Since 2.12

class BookmarkFile
int
toFile
(
string filename
)

Parameters

filename string

path of the output file

Return Value

Type: int

TRUE if the file was successfully written.

Throws

GException on failure.

Meta