IOChannel.getLineTerm

This returns the string that #GIOChannel uses to determine where in the file a line break occurs. A value of %NULL indicates autodetection.

class IOChannel
string
getLineTerm
(
int* length
)

Parameters

length int*

a location to return the length of the line terminator

Return Value

Type: string

The line termination string. This value is owned by GLib and must not be freed.

Meta