Module: GtkSource::FileSaverFlags

Defined in:
(unknown)

Constant Summary collapse

NONE =

No flags.

0 or :none
IGNORE_INVALID_CHARS =

Ignore invalid characters.

1 or :ignore_invalid_chars
IGNORE_MODIFICATION_TIME =

Save file despite external modifications.

2 or :ignore_modification_time
CREATE_BACKUP =

Create a backup before saving the file.

4 or :create_backup