GDataStreamNewlineType

GDataStreamNewlineType is used when checking for or setting the line endings for a given file.

Values

ValueMeaning
LF0

Selects "LF" line endings, common on most modern UNIX platforms.

CR1

Selects "CR" line endings.

CR_LF2

Selects "CR, LF" line ending, common on Microsoft Windows.

ANY3

Automatically try to handle any line ending type.