GDataStreamNewlineType

GDataStreamNewlineType is used when checking for or setting the line endings for a given file. G_DATA_STREAM_NEWLINE_TYPE_LF Selects "LF" line endings, common on most modern UNIX platforms. G_DATA_STREAM_NEWLINE_TYPE_CR Selects "CR" line endings. G_DATA_STREAM_NEWLINE_TYPE_CR_LF Selects "CR, LF" line ending, common on Microsoft Windows. G_DATA_STREAM_NEWLINE_TYPE_ANY Automatically try to handle any line ending type.

Values

ValueMeaning
TYPE_LF
TYPE_CR
TYPE_CR_LF
TYPE_ANY

Meta