Package ch.bailu.gtk.glib
Schnittstelle KeyFileFlags
public interface KeyFileFlags
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
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.static final int
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.static final int
No flags, default behaviour
-
Felddetails
-
NONE
static final int NONENo flags, default behaviour- Siehe auch:
-
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.- Siehe auch:
-
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.- Siehe auch:
-