Package ch.bailu.gtk.glib
Interface KeyFileFlags
public interface KeyFileFlags
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intUse 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.static final intUse 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.static final intNo flags, default behaviour
-
Field Details
-
NONE
static final int NONENo flags, default behaviour- See Also:
-
KEEP_COMMENTS
static final int KEEP_COMMENTSUse 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.- See Also:
-
KEEP_TRANSLATIONS
static final int KEEP_TRANSLATIONSUse 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.- See Also:
-