Module: GLib::KeyFileFlags

Defined in:
(unknown)

Constant Summary collapse

NONE =

No flags, default behaviour

0 or :none
KEEP_COMMENTS =

Use this flag if you plan to write the

(possibly modified) contents of the key file back to a file;
otherwise all comments will be lost when the key file is
written back.
1 or :keep_comments
KEEP_TRANSLATIONS =

Use this flag if you plan to write the

(possibly modified) contents of the key file back to a file;
otherwise only the translations for the current language will be
written back.
2 or :keep_translations