IOChannel.setLineTerm

This sets the string that GIOChannel uses to determine where in the file a line break occurs.

class IOChannel
void
setLineTerm
(
string lineTerm
)

Parameters

lineTerm string

The line termination string. Use NULL for autodetect. Autodetection breaks on "\n", "\r\n", "\r", "\0", and the Unicode paragraph separator. Autodetection should not be used for anything other than file-based channels. [allow-none]

Meta