DataStreamNewlineType
Description:
[ CCode ( cprefix = "G_DATA_STREAM_NEWLINE_TYPE_" , type_id = "g_data_stream_newline_type_get_type ()" ) ]
public enum DataStreamNewlineType
DataStreamNewlineType is used when checking for or setting the line endings for a given file.
Content:
Enum values:
- ANY - Automatically try to handle
any line ending type.
- CR - Selects "CR" line endings.
- CR_LF - Selects "CR, LF" line
ending, common on Microsoft Windows.
- LF - Selects "LF" line endings,
common on most modern UNIX platforms.